Mercurial > hg
comparison tests/test-strip-cross @ 11208:2313dc4d9817
tests: fix bashism to load helpers.sh
`source` isn't available at POSIX sh.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 21 May 2010 20:55:18 +0900 |
parents | 12e5149cafca |
children |
comparison
equal
deleted
inserted
replaced
11207:1d714c1546b5 | 11208:2313dc4d9817 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 # test stripping of filelogs where the linkrev doesn't always increase | 3 # test stripping of filelogs where the linkrev doesn't always increase |
4 | 4 |
5 source $TESTDIR/helpers.sh | 5 . $TESTDIR/helpers.sh |
6 echo '[extensions]' >> $HGRCPATH | 6 echo '[extensions]' >> $HGRCPATH |
7 echo 'hgext.mq =' >> $HGRCPATH | 7 echo 'hgext.mq =' >> $HGRCPATH |
8 | 8 |
9 hg init orig | 9 hg init orig |
10 cd orig | 10 cd orig |