2 # Force mv to use the copying code.
7 if test "$VERBOSE" = yes; then
14 if test -z "$other_partition_tmpdir"; then
18 a
="$other_partition_tmpdir/a"
19 a2
="$other_partition_tmpdir/a~"
22 $RM -f $a $a2 || framework_failure
=1
23 echo a
> $a || framework_failure
=1
24 echo a2
> $a2 || framework_failure
=1
26 if test $framework_failure = 1; then
27 echo 'failure in testing framework'
31 # Make sure we get English translations.
39 # This mv command should exit nonzero.
40 $MV --b=simple
$a2 $a > out
2>&1 && fail
=1
49 XXX
: backing up
`YYY' would destroy source; `ZZZ
' not moved
52 cmp out2 exp || fail=1
54 $RM -fr out out2 exp $a $a2 $other_partition_tmpdir