diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/librelib-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/librelib-test.sh b/test/librelib-test.sh index aeb9a8c..8cc2a65 100644 --- a/test/librelib-test.sh +++ b/test/librelib-test.sh @@ -67,6 +67,6 @@ it_fails_to_find_phony() { librelib phony >$tmpdir/stdout 2>$tmpdir/stderr || ret=$? [[ -z "$(cat $tmpdir/stdout)" ]] - [[ -z "$(cat $tmpdir/stderr)" ]] + [[ -n "$(cat $tmpdir/stderr)" ]] [[ $ret != 0 ]] } |