summaryrefslogtreecommitdiffstats
path: root/tests/posix/L_loops.sh
blob: f737cea7a2e35af384f6402ec5a8eec9394ddb7d (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
errors=$(invoke_bfs -L loops 2>&1 >/dev/null)
[ -n "$errors" ]