aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/pidwraptest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pidwraptest.sh b/tests/pidwraptest.sh
index d1e2685..74fd46e 100755
--- a/tests/pidwraptest.sh
+++ b/tests/pidwraptest.sh
@@ -1,5 +1,5 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2./fork_rand > fork_rand.txt 2./pidwraptest > pidwraptest.txt
3while read -r a b; 3while read -r a b;
4do 4do
5 if [ "$a" = "$b" ]; then 5 if [ "$a" = "$b" ]; then
@@ -8,4 +8,4 @@ do
8 else 8 else
9 echo "PASS: $a != $b" 9 echo "PASS: $a != $b"
10 fi 10 fi
11done < fork_rand.txt 11done < pidwraptest.txt