comparison tests/test-rebase-abort @ 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 7fa3968004c1
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 4
5 echo "[extensions]" >> $HGRCPATH 5 echo "[extensions]" >> $HGRCPATH
6 echo "graphlog=" >> $HGRCPATH 6 echo "graphlog=" >> $HGRCPATH
7 echo "rebase=" >> $HGRCPATH 7 echo "rebase=" >> $HGRCPATH
8 8