summaryrefslogtreecommitdiff
path: root/tests/git-cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git-cleanup')
-rw-r--r--tests/git-cleanup4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/git-cleanup b/tests/git-cleanup
index 2e3e4c6..ca527a1 100644
--- a/tests/git-cleanup
+++ b/tests/git-cleanup
@@ -36,8 +36,8 @@ BAD PATCH
EOF
echo 1 > f
-echo -n '' > g
-echo -n '' > h
+printf '' > g
+printf '' > h
check 'patch -f -i 1.diff || echo status: $?' <<EOF
patching file f