From 5bb637ca040e5c4aca71778c92c3df5eae7c9172 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 18 Jan 2022 21:56:05 -0800 Subject: [PATCH] Add missing ">". --- testsuite/crtimes.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"