Add missing ">".
authorWayne Davison <wayne@opencoder.net>
Wed, 19 Jan 2022 05:56:05 +0000 (21:56 -0800)
committerWayne Davison <wayne@opencoder.net>
Wed, 19 Jan 2022 06:47:03 +0000 (22:47 -0800)
testsuite/crtimes.test

index 51bfe301cfec32e77276a10f6483928e9c38d521..07d9269b067f9da0e8a4a1fdebc50b08e665d71a 100644 (file)
@@ -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"