]> Sergey Matveev's repositories - bfs.git/blob - tests/posix/L_loops.sh
1314401aaf4fb809c795e22ad8023aa31695d011
[bfs.git] / tests / posix / L_loops.sh
1 # POSIX says it's okay to either stop or keep going on seeing a filesystem
2 # loop, as long as a diagnostic is printed
3 ! errors=$(invoke_bfs -L loops 2>&1 >/dev/null)
4 [ -n "$errors" ]