]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 11 May 1998 03:26:40 +0000 (03:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 11 May 1998 03:26:40 +0000 (03:26 +0000)
tests/mv/mv-special-1

index bf11f9bd94d9eb1b436b070c6f7635ff21cceb64..0a86a1d81ce7fc3da8a8fc98451fdc1aae8880e9 100755 (executable)
@@ -33,6 +33,10 @@ $MV $null $dir $other_partition_tmpdir || fail=1
 # Make sure the files are gone.
 test -f $null && fail=1
 test -d $dir && fail=1
+# Make sure they were moved.
+# Since `test -e' is not portable, use `ls'.
+$LS $other_partition_tmpdir/$null > /dev/null || fail=1
+test -d $other_partition_tmpdir/$dir/a/b/c || fail=1
 
 # cd $other_partition_tmpdir
 # $LS -l -A -R $other_partition_tmpdir