]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't use 'set -'.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Apr 2005 21:49:20 +0000 (21:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Apr 2005 21:49:20 +0000 (21:49 +0000)
tests/mv/part-hardlink

index a6d0654b1535f7c41f146c2304c0a08a97c71a6f..dc845c94e0f82f8d134c46986ec9d7ca4abb6936 100755 (executable)
@@ -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