tests/test-largefiles.t
changeset 25472 4d2b9b304ad0
parent 25382 6084926366b9
child 25474 8c14f87bd0ae
--- 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