summaryrefslogtreecommitdiffstats
path: root/tests/posix/L_loops.sh
blob: 01b7efc3494e7b79a0a3697e7950bb96a237ae1f (plain)
1
2
3
4
# POSIX says it's okay to either stop or keep going on seeing a filesystem
# loop, as long as a diagnostic is printed
invoke_bfs -L loops >/dev/null 2>"$OUT" && fail
test -s "$OUT"