comparison tests/test-histedit-fold.t @ 17257:d9626b91623a stable

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.
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 26 Jul 2012 23:08:34 +0200
parents 336121088ef1
children 9ae073f10572
comparison
equal deleted inserted replaced
17256:707cbbf950ea 17257:d9626b91623a
206 | 206 |
207 o 1:617f94f13c0f +4 207 o 1:617f94f13c0f +4
208 | 208 |
209 o 0:0189ba417d34 1+2+3 209 o 0:0189ba417d34 1+2+3
210 210
211 $ EDITED=`pwd`/../editcommands 211 $ EDITED="$TESTTMP/editcommands"
212 $ cat > $EDITED <<EOF 212 $ cat > $EDITED <<EOF
213 > pick 617f94f13c0f 1 +4 213 > pick 617f94f13c0f 1 +4
214 > drop 888f9082bf99 2 +5 214 > drop 888f9082bf99 2 +5
215 > fold 251d831eeec5 3 +6 215 > fold 251d831eeec5 3 +6
216 > EOF 216 > EOF