# HG changeset patch # User Adrian Buehlmann # Date 2012-07-26 21:08:34 # Node ID d9626b91623a0344cb54326c69abfb0cb1d04181 # Parent 707cbbf950ea0bc1b3491ad7cd38e1060f3f8830 test-histedit-fold: fix for Windows Fixes 336121088ef1 failing with MSYS. MSYS sh.exe mangled that path by applying its path magic, which caused the test to fail on Windows. diff --git a/tests/test-histedit-fold.t b/tests/test-histedit-fold.t --- a/tests/test-histedit-fold.t +++ b/tests/test-histedit-fold.t @@ -208,7 +208,7 @@ dropped revision. | o 0:0189ba417d34 1+2+3 - $ EDITED=`pwd`/../editcommands + $ EDITED="$TESTTMP/editcommands" $ cat > $EDITED < pick 617f94f13c0f 1 +4 > drop 888f9082bf99 2 +5