Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / tests / kernel / sys_padconf / run
blob2f14d15fa368b98116898026295751b04d27ee07
1 #!/bin/sh
3 make >/dev/null
5 echo -n "Kernel test (sys_padconf): "
6 minix-service up `pwd`/padconftest -config system.conf -label padconftest -script /etc/rs.single
7 r=$?
9 if [ $r -ne 0 ]; then
10 echo "failure"
11 exit 1
14 echo "ok"