1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 19:34:19 +02:00

# Also test the combination of --no-create and -a.

This commit is contained in:
Jim Meyering
1999-11-13 23:20:14 +00:00
parent 55fa0c6a12
commit 91ac2fec34

View File

@@ -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