xref: /minix3/minix/tests/kernel/sys_padconf/run (revision c58da9fbc35f86051ff0a75e6dd91e937d83cfff)
1433d6423SLionel Sambuc#!/bin/sh
2433d6423SLionel Sambuc
3433d6423SLionel Sambucmake >/dev/null
4433d6423SLionel Sambuc
5433d6423SLionel Sambucecho -n "Kernel test (sys_padconf): "
6*c58da9fbSDavid van Moolenbroekminix-service up `pwd`/padconftest -config system.conf -label padconftest -script /etc/rs.single
7433d6423SLionel Sambucr=$?
8433d6423SLionel Sambuc
9433d6423SLionel Sambucif [ $r -ne 0 ]; then
10433d6423SLionel Sambuc  echo "failure"
11433d6423SLionel Sambuc  exit 1
12433d6423SLionel Sambucfi
13433d6423SLionel Sambuc
14433d6423SLionel Sambucecho "ok"
15