3 if test "$VERBOSE" = yes; then
10 tmp_backup
="$tmp$suffix"
11 temp_files
="$tmp $tmp_backup"
15 echo test > $tmp || fail
=1
17 # Specify both version control and suffix so the environment variables
18 # (possibly set by the user running these tests) aren't used.
19 cp --force --backup --version-control=simple
--suffix=$suffix $tmp $tmp \
22 test -f $tmp || fail
=1
23 test -f $tmp_backup || fail
=1
24 cmp $tmp $tmp_backup > /dev
/null || fail
=1