blob: c5e32c0ec84f7cf7d2542112f0fbd03f66449821 [file] [log] [blame]
#!/bin/sh
# exit without writing PASS/FAIL
case "$1" in
test)
exit 1
;;
*)
echo "Usage: $0 {test}"
exit 1
esac