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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user