comparison 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
comparison
equal deleted inserted replaced
10772:1e819576e926 10775:c52057614c72
101 EOF 101 EOF
102 chmod +x script.py 102 chmod +x script.py
103 hg bisect -r 103 hg bisect -r
104 hg bisect --good tip 104 hg bisect --good tip
105 hg bisect --bad 0 105 hg bisect --bad 0
106 hg bisect --command "`pwd`/script.py" 106 hg bisect --command "'`pwd`/script.py' and some parameters"
107 true 107 true