rename local tests to end in test.c
ok beck@ guenther@
This commit is contained in:
11
tests/pidwraptest.sh
Executable file
11
tests/pidwraptest.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
./fork_rand > fork_rand.txt
|
||||
while read -r a b;
|
||||
do
|
||||
if [ "$a" = "$b" ]; then
|
||||
echo "FAIL: $a = $b"
|
||||
return 2
|
||||
else
|
||||
echo "PASS: $a != $b"
|
||||
fi
|
||||
done < fork_rand.txt
|
Reference in New Issue
Block a user