##// END OF EJS Templates
tests: stabilize test-amend.t on Windows...
Matt Harbison -
r44861:1813f790 stable
parent child Browse files
Show More
@@ -487,7 +487,7 b' Modifying a file while the editor is ope'
487 $ echo beta >> foo
487 $ echo beta >> foo
488 $ cat > $TESTTMP/touchy_editor.sh <<EOF
488 $ cat > $TESTTMP/touchy_editor.sh <<EOF
489 > sleep 1
489 > sleep 1
490 > echo delta >> $TESTTMP/modify-during-amend/foo
490 > echo delta >> "$TESTTMP/modify-during-amend/foo"
491 > sleep 1
491 > sleep 1
492 > echo hi > "\$1"
492 > echo hi > "\$1"
493 > sleep 1
493 > sleep 1
General Comments 0
You need to be logged in to leave comments. Login now