DragonFlyBSD Kernel Audit
DF-0411 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-0411 run: exercise the parser-copy test. Terminates for ALL inputs (false positive).
cd "$(dirname "$0")"
./parse 2>&1
echo "RUN_RC=$?"