<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git] / test / kernel / run
blob39d931e1964bc6576de94585124a334c3e95f69f
1 #!/bin/sh
3 tests="sys_padconf sys_vumap"
5 for i in $tests; do (cd $i && ./run); done