Mercurial > hg
comparison tests/test-bookmarks-strip @ 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 | 741290486877 |
comparison
equal
deleted
inserted
replaced
11207:1d714c1546b5 | 11208:2313dc4d9817 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 source $TESTDIR/helpers.sh | 3 . $TESTDIR/helpers.sh |
4 echo "[extensions]" >> $HGRCPATH | 4 echo "[extensions]" >> $HGRCPATH |
5 echo "bookmarks=" >> $HGRCPATH | 5 echo "bookmarks=" >> $HGRCPATH |
6 echo "mq=" >> $HGRCPATH | 6 echo "mq=" >> $HGRCPATH |
7 | 7 |
8 hg init | 8 hg init |