From: Wayne Davison Date: Wed, 19 Jan 2022 05:56:05 +0000 (-0800) Subject: Add missing ">". X-Git-Tag: v3.2.4pre3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb637ca040e5c4aca71778c92c3df5eae7c9172;p=thirdparty%2Frsync.git Add missing ">". --- 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"