From: Jim Meyering Date: Sat, 13 Nov 1999 23:20:14 +0000 (+0000) Subject: # Also test the combination of --no-create and -a. X-Git-Tag: FILEUTILS-4_0j-trial~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91ac2fec340bf80ad6b0d312217d765d5ae5ab44;p=thirdparty%2Fcoreutils.git # Also test the combination of --no-create and -a. --- 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