##// END OF EJS Templates
tests: replace `echo -n` with `printf` per check-code...
Augie Fackler -
r38345:2baf7993 stable
parent child Browse files
Show More
@@ -215,7 +215,7 b' Amend option works'
215 +hello world
215 +hello world
216
216
217 Make file empty
217 Make file empty
218 $ echo -n > x
218 $ printf "" > x
219 $ cat <<EOF >testModeCommands
219 $ cat <<EOF >testModeCommands
220 > X
220 > X
221 > EOF
221 > EOF
General Comments 0
You need to be logged in to leave comments. Login now