mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 01:41:55 +00:00
0.4.2 release
This commit is contained in:
12
tests/t_interactive
Executable file
12
tests/t_interactive
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
../src/sdcv -n >/dev/null 2>&1 &
|
||||
PID=$!
|
||||
sleep 1
|
||||
|
||||
if kill -0 $PID >/dev/null 2>&1 ; then
|
||||
echo "process wait input: $PID, test failed" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user