summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-01-18 21:56:05 -0800
committerWayne Davison <wayne@opencoder.net>2022-01-18 22:47:03 -0800
commit5bb637ca040e5c4aca71778c92c3df5eae7c9172 (patch)
tree60a896c4cb876422528f05e058b628ce3f005df3 /testsuite
parent142aba00d52143c25d3de9287d6b946e1188b6d0 (diff)
downloadrsync-5bb637ca040e5c4aca71778c92c3df5eae7c9172.tar.gz
Add missing ">".
Diffstat (limited to 'testsuite')
-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"