summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/crtimes.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/crtimes.test b/testsuite/crtimes.test
index 51bfe301..07d9269b 100644
--- a/testsuite/crtimes.test
+++ b/testsuite/crtimes.test
@@ -10,7 +10,7 @@ $RSYNC --version | grep "[, ] crtimes" >/dev/null || test_skipped "Rsync is conf
# Setting it to a newer time affects just the mtime.
mkdir "$fromdir"
-echo hiho "$fromdir/foo"
+echo hiho >"$fromdir/foo"
touch -t 200101011111.11 "$fromdir"
touch -t 200202022222.22 "$fromdir"