mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-24 22:04:36 +02:00
Don't use 'set -'.
This commit is contained in:
@@ -42,9 +42,9 @@ mv f g $other_partition_tmpdir || fail=1
|
||||
mv a b $other_partition_tmpdir || fail=1
|
||||
|
||||
cd $other_partition_tmpdir
|
||||
set - `ls -Ci f g`
|
||||
set `ls -Ci f g`
|
||||
test $1 = $3 || fail=1
|
||||
set - `ls -Ci a/1 b/1`
|
||||
set `ls -Ci a/1 b/1`
|
||||
test $1 = $3 || fail=1
|
||||
|
||||
(exit $fail); exit $fail
|
||||
|
||||
Reference in New Issue
Block a user