summaryrefslogtreecommitdiff
path: root/test/librelib-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/librelib-test.sh')
-rw-r--r--test/librelib-test.sh2
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 ]]
}