##// END OF EJS Templates
test-import: use printf instead of echo
Patrick Mezard -
r12914:27bc2181 default
parent child Browse files
Show More
@@ -440,9 +440,8 Test fuzziness (ambiguous patch location
440
440
441 import with --no-commit should have written .hg/last-message.txt
441 import with --no-commit should have written .hg/last-message.txt
442
442
443 $ echo '\n' | cat .hg/last-message.txt -
443 $ printf '\n' | cat .hg/last-message.txt -
444 change
444 change
445
446
445
447
446
448 test fuzziness with eol=auto
447 test fuzziness with eol=auto
General Comments 0
You need to be logged in to leave comments. Login now