diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/pidwraptest.sh | 4 |
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 |
3 | while read -r a b; | 3 | while read -r a b; |
4 | do | 4 | do |
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 |
11 | done < fork_rand.txt | 11 | done < pidwraptest.txt |