aboutsummaryrefslogtreecommitdiff
path: root/tests/pidwraptest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pidwraptest.sh')
-rwxr-xr-xtests/pidwraptest.sh4
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
3while read -r a b; 3while read a b;
4do 4do
5 if [ "$a" = "$b" ]; then 5 if [ "$a" = "$b" ]; then
6 echo "FAIL: $a = $b" 6 echo "FAIL: $a = $b"