##// END OF EJS Templates
Use sh instead of bash in tests.
Thomas Arendsen Hein -
r834:78a9f957 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 #!/bin/bash
1 #!/bin/sh
2
2
3 mkdir a
3 mkdir a
4 cd a
4 cd a
@@ -1,4 +1,4 b''
1 #!/bin/bash
1 #!/bin/sh
2
2
3 # No local source
3 # No local source
4 hg clone a b
4 hg clone a b
General Comments 0
You need to be logged in to leave comments. Login now