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