diff options
Diffstat (limited to 'tests/pidwraptest.sh')
-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 74fd46e..04fb5c4 100755 --- a/tests/pidwraptest.sh +++ b/tests/pidwraptest.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/bin/sh |
2 | ./pidwraptest > pidwraptest.txt | 2 | ./pidwraptest > pidwraptest.txt |
3 | while read -r a b; | 3 | while read a b; |
4 | do | 4 | do |
5 | if [ "$a" = "$b" ]; then | 5 | if [ "$a" = "$b" ]; then |
6 | echo "FAIL: $a = $b" | 6 | echo "FAIL: $a = $b" |