summaryrefslogtreecommitdiff
path: root/test/TEST-09-ISSUE-2691/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-09-ISSUE-2691/test.sh')
-rwxr-xr-xtest/TEST-09-ISSUE-2691/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-09-ISSUE-2691/test.sh b/test/TEST-09-ISSUE-2691/test.sh
index a782cad37d..8ae02e61ac 100755
--- a/test/TEST-09-ISSUE-2691/test.sh
+++ b/test/TEST-09-ISSUE-2691/test.sh
@@ -18,6 +18,7 @@ check_result_qemu() {
[[ -f $TESTDIR/failed ]] && cat $TESTDIR/failed
ls -l $TESTDIR/journal/*/*.journal
test -s $TESTDIR/failed && ret=$(($ret+1))
+ [ -n "$TIMED_OUT" ] && ret=$(($ret+1))
return $ret
}