DF-0904 / run.sh
#!/bin/sh # DF-0904 — run the harness. Expected on the buggy/any kernel: # "BUGGY loop spins forever on a non-inode chain; FIXED loop terminates normally" # (the harness replicates both the buggy iocom.c:313-341 structure AND the # fixed vfsops.c:1553-1566 sibling structure; it does not require hammer2.) set -e cd "$(dirname "$0")" ./harness echo "RUN_EXIT=$?" |