diff tests/test-bisect @ 10775:c52057614c72 stable

Tests with spaces in paths This allows most tests to succeed with ./run-tests.py --tmpdir='/tmp/hg test' and introduces other tests for spaces and shell quoting
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 24 Mar 2010 01:43:24 +0100
parents 27838bd9acf5
children
line wrap: on
line diff
--- a/tests/test-bisect	Fri Mar 26 17:02:49 2010 +0100
+++ b/tests/test-bisect	Wed Mar 24 01:43:24 2010 +0100
@@ -103,5 +103,5 @@
 hg bisect -r
 hg bisect --good tip
 hg bisect --bad 0
-hg bisect --command "`pwd`/script.py"
+hg bisect --command "'`pwd`/script.py' and some parameters"
 true