2 # Make sure that rm -r '' fails.
3 # On SunOS 4.1.3, running rm -r '' in a nonempty directory may
4 # actually remove files with names of entries in the current directory
5 # but relative to `/' rather than relative to the current directory.
10 if test "$VERBOSE" = yes; then
17 # We're going to run RM from a subdir.
18 # Prepend ../ if $RM is a relative file name.
25 mkdir
$tmp || test_failure
=1
27 if test $test_failure = 1; then
28 echo 'failure in testing framework'
34 $RM -r '' > /dev
/null
2>&1 && fail
=1