Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles.t @ 25472:4d2b9b304ad0
tests: drop explicit $TESTDIR from executables
$TESTDIR is added to the path, so this is superfluous. Also,
inconsistent use of quotes means we might have broken on tests with
paths containing spaces.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 08 Jun 2015 14:44:30 -0500 |
parents | 6084926366b9 |
children | 8c14f87bd0ae |
line wrap: on
line diff
--- a/tests/test-largefiles.t Fri Jun 05 22:53:15 2015 -0400 +++ b/tests/test-largefiles.t Mon Jun 08 14:44:30 2015 -0500 @@ -196,7 +196,7 @@ $ hg serve -d -p $HGPORT --pid-file ../hg.pid $ cat ../hg.pid >> $DAEMON_PIDS - $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/?style=raw' + $ get-with-headers.py 127.0.0.1:$HGPORT 'file/tip/?style=raw' 200 Script output follows @@ -205,7 +205,7 @@ -rw-r--r-- 9 normal3 - $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/sub/?style=raw' + $ get-with-headers.py 127.0.0.1:$HGPORT 'file/tip/sub/?style=raw' 200 Script output follows @@ -213,7 +213,7 @@ -rw-r--r-- 9 normal4 - $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS + $ killdaemons.py $DAEMON_PIDS #endif Test archiving the various revisions. These hit corner cases known with