Mercurial > public > mercurial-scm > hg-stable
diff tests/test-https.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 | 51e7acc34b0a |
children | d19787db6fe0 |
line wrap: on
line diff
--- a/tests/test-https.t Fri Jun 05 22:53:15 2015 -0400 +++ b/tests/test-https.t Mon Jun 08 14:44:30 2015 -0500 @@ -302,11 +302,11 @@ 5fed3813f7f5 HGPORT1 is reused below for tinyproxy tests. Kill that server. - $ "$TESTDIR/killdaemons.py" hg1.pid + $ killdaemons.py hg1.pid Prepare for connecting through proxy - $ "$TESTDIR/tinyproxy.py" $HGPORT1 localhost >proxy.log </dev/null 2>&1 & + $ tinyproxy.py $HGPORT1 localhost >proxy.log </dev/null 2>&1 & $ while [ ! -f proxy.pid ]; do sleep 0; done $ cat proxy.pid >> $DAEMON_PIDS @@ -346,7 +346,7 @@ [255] - $ "$TESTDIR/killdaemons.py" hg0.pid + $ killdaemons.py hg0.pid #if sslcontext