tests/test-run-tests.t
branchstable
changeset 49683 2c346c1c75ec
parent 48874 af0b21d5a930
child 49877 950c39918bd2
--- a/tests/test-run-tests.t	Thu Dec 01 15:27:11 2022 +0400
+++ b/tests/test-run-tests.t	Thu Dec 01 18:01:24 2022 +0400
@@ -21,9 +21,9 @@
 error paths
 
 #if symlink
-  $ ln -s "/"bin"/"true hg
+  $ ln -s $TESTDIR/run-tests.py hg
   $ "$PYTHON" $TESTDIR/run-tests.py --with-hg=./hg
-  ^warning: --with-hg should specify an hg script, not: (true|coreutils)$ (re)
+  warning: --with-hg should specify an hg script, not: run-tests.py
   running 0 tests using 0 parallel processes 
   
   # Ran 0 tests, 0 skipped, 0 failed.