Mercurial > public > mercurial-scm > hg
diff tests/test-copy.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 | 6084926366b9 |
children | aa23e02f9415 |
line wrap: on
line diff
--- a/tests/test-copy.t Fri Jun 05 22:53:15 2015 -0400 +++ b/tests/test-copy.t Mon Jun 08 14:44:30 2015 -0500 @@ -86,13 +86,13 @@ copy: a copyrev: b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 - $ "$TESTDIR/md5sum.py" .hg/store/data/b.i + $ md5sum.py .hg/store/data/b.i 4999f120a3b88713bbefddd195cf5133 .hg/store/data/b.i $ hg cat b > bsum - $ "$TESTDIR/md5sum.py" bsum + $ md5sum.py bsum 60b725f10c9c85c70d97880dfe8191b3 bsum $ hg cat a > asum - $ "$TESTDIR/md5sum.py" asum + $ md5sum.py asum 60b725f10c9c85c70d97880dfe8191b3 asum $ hg verify checking changesets