3 if test "$VERBOSE" = yes; then
9 rm -f a a~ || framework_failure
=1
10 echo a
> a || framework_failure
=1
11 echo a-tilde
> a~ || framework_failure
=1
13 if test $framework_failure = 1; then
14 echo 'failure in testing framework'
18 # Make sure we get English translations.
26 # This cp command should exit nonzero.
27 cp -b -V simple a~ a
> out
2>&1 && fail
=1
29 sed "s,cp:,XXX:," out
> out2
32 XXX
: backing up
`a' would destroy source; `a~
' not copied
35 cmp out2 exp || fail=1
37 rm -f out out2 exp a a~