add basic test

This commit is contained in:
Jim Meyering 2000-09-02 07:55:32 +00:00
parent 3b023926b1
commit 976d5c8a3f

View File

@ -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