mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-01 02:26:17 +02:00
add basic test
This commit is contained in:
@@ -37,6 +37,9 @@ fi
|
||||
# before copying.
|
||||
mv $file $rem_symlink || fail=1
|
||||
|
||||
# Make sure $file is gone.
|
||||
test -f $file && fail=1
|
||||
|
||||
# Make sure $rem_file is unmodified.
|
||||
test `cat $rem_file` = remote || fail=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user