summaryrefslogtreecommitdiffstats
path: root/tests/posix/L_loops.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/posix/L_loops.sh')
-rw-r--r--tests/posix/L_loops.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/L_loops.sh b/tests/posix/L_loops.sh
index f737cea..1314401 100644
--- a/tests/posix/L_loops.sh
+++ b/tests/posix/L_loops.sh
@@ -1,4 +1,4 @@
# POSIX says it's okay to either stop or keep going on seeing a filesystem
# loop, as long as a diagnostic is printed
-errors=$(invoke_bfs -L loops 2>&1 >/dev/null)
+! errors=$(invoke_bfs -L loops 2>&1 >/dev/null)
[ -n "$errors" ]