diff tests/test-rebase-mq-skip @ 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 b345b1cc124f
children 00f8e7837668
line wrap: on
line diff
--- a/tests/test-rebase-mq-skip	Tue May 18 18:55:14 2010 +0900
+++ b/tests/test-rebase-mq-skip	Fri May 21 20:55:18 2010 +0900
@@ -2,7 +2,7 @@
 # This emulates the effects of an hg pull --rebase in which the remote repo 
 # already has one local mq patch
 
-source $TESTDIR/helpers.sh
+. $TESTDIR/helpers.sh
 
 echo "[extensions]" >> $HGRCPATH
 echo "graphlog=" >> $HGRCPATH