repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
tests
/
kernel
/
sys_padconf
/
run
blob
2f14d15fa368b98116898026295751b04d27ee07
1
#!/bin/sh
2
3
make
>/
dev
/
null
4
5
echo -n
"Kernel test (sys_padconf): "
6
minix-service up
`pwd`
/
padconftest
-config
system.conf
-label
padconftest
-script
/
etc
/
rs.single
7
r
=
$?
8
9
if
[
$r
-ne
0
];
then
10
echo
"failure"
11
exit
1
12
fi
13
14
echo
"ok"