# HG changeset patch # User Matt Harbison # Date 2015-05-27 16:11:13 # Node ID 3f6b54ef4d41241a2b949cd81e15f761868c33ef # Parent 3966e39fea9818920357fc97241efc21857c7abd test-revert-interactive: don't escape the $ for $TESTTMP Otherwise, sh tries to exec the literal path '${TESTTMP}/editor.sh' on Windows. The test runs clean on OS X both with and without this change. diff --git a/tests/test-revert-interactive.t b/tests/test-revert-interactive.t --- a/tests/test-revert-interactive.t +++ b/tests/test-revert-interactive.t @@ -292,7 +292,7 @@ 3) Do another commit on top $ hg st 4) Use interactive revert to recover f and change it on the fly - $ HGEDITOR="\"sh\" \"\${TESTTMP}/editor.sh\"" PRINTHUNK="YES" hg revert -i -r ".^^" < y > e > EOF