summaryrefslogtreecommitdiff
path: root/tests/rm/sunos-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/sunos-1')
-rwxr-xr-xtests/rm/sunos-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/sunos-1 b/tests/rm/sunos-1
index 98d8b79a1..7a45d1f51 100755
--- a/tests/rm/sunos-1
+++ b/tests/rm/sunos-1
@@ -20,7 +20,7 @@ fi
fail=0
cd $tmp
-$RM '' && fail=1
+$RM '' > /dev/null 2>&1 && fail=1
cd ..
rm -rf $tmp