]> arthur.barton.de Git - netatalk.git/blob - test/netalockd/test.sh
Merge master
[netatalk.git] / test / netalockd / test.sh
1 #!/bin/sh
2 ../../etc/netalockd/netalockd -d -l log_maxdebug -f test.log -p 4702 &
3 PID=$!
4 sleep 1
5 ./test
6 kill $PID
7 exit $?