summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbuild b/testbuild
index 972f117..4f3bab1 100755
--- a/testbuild
+++ b/testbuild
@@ -63,7 +63,7 @@ errors=false
output="${output}
\$ make clean"
output="${output}
-`make clean > /dev/null } 2>&1`"
+`make clean 2>&1`"
[ $? -gt 1 ] && errors=true
output="${output}