From 91ac2fec340bf80ad6b0d312217d765d5ae5ab44 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Nov 1999 23:20:14 +0000 Subject: [PATCH] # Also test the combination of --no-create and -a. --- tests/touch/no-rights | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/touch/no-rights b/tests/touch/no-rights index ba22382ba6..facc7acd2b 100755 --- a/tests/touch/no-rights +++ b/tests/touch/no-rights @@ -29,6 +29,9 @@ touch -c $t1 || fail=1 set x `ls -t $t1 $t2` test "$*" = "x $t1 $t2" || fail=1 +# Also test the combination of --no-create and -a. +touch -a --no-create $t1 || fail=1 + rm -f $t1 $t2 exit $fail -- 2.47.3