Sign in
gfiber
/
buildroot
/
35eb04cbb0b77f0c5dd8189bbe69efa6650d7d33
/
.
/
fs
/
skeleton
/
etc
/
diag.d
/
T99error-nooutput
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