summaryrefslogtreecommitdiffstats
path: root/test/test_filenotclosed.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_filenotclosed.sh.in')
-rw-r--r--test/test_filenotclosed.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_filenotclosed.sh.in b/test/test_filenotclosed.sh.in
index 09129c5..0b43c5b 100644
--- a/test/test_filenotclosed.sh.in
+++ b/test/test_filenotclosed.sh.in
@@ -29,7 +29,8 @@ TEST_NAME=filenotclosed # The test name
TEST_BIN=`pwd`/$TEST_NAME # The path of the test binary
#
# Run the test
-$RUNSERIAL $TEST_BIN >/dev/null 2>&1
+#$RUNSERIAL $TEST_BIN >/dev/null 2>&1
+$RUNSERIAL $TEST_BIN 2>&1
exitcode=$?
if [ $exitcode -eq 0 ]; then
echo "Test PASSED"