D11004: test-run-tests: add missing backslash for Windows
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Wed Jul 7 13:15:08 UTC 2021
Alphare created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11004
AFFECTED FILES
tests/test-run-tests.t
CHANGE DETAILS
diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t
--- a/tests/test-run-tests.t
+++ b/tests/test-run-tests.t
@@ -1406,7 +1406,7 @@
> - \$RUNTESTDIR, in which run-tests.py is placed (expanded at runtime)
>
> #if windows
- > $ test "\$TESTDIR" = "$TESTTMP\anothertests"
+ > $ test "\$TESTDIR" = "$TESTTMP\\anothertests"
> #else
> $ test "\$TESTDIR" = "$TESTTMP"/anothertests
> #endif
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list