diff options
Diffstat (limited to 'tests/rm/sunos-1')
-rwxr-xr-x | tests/rm/sunos-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/sunos-1 b/tests/rm/sunos-1 index 3057ecbbd..846ca20c6 100755 --- a/tests/rm/sunos-1 +++ b/tests/rm/sunos-1 @@ -23,7 +23,7 @@ # but relative to `/' rather than relative to the current directory. . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && rm --version +print_ver_ rm rm -r '' > /dev/null 2>&1 && fail=1 |