From 33bc05ca9ce2f190350738684eee1cd9d1bea9c2 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 21 Jul 2014 18:30:31 -0500 Subject: better handle disabled tests and exclude files ok beck@ guenther@ --- tests/pidwraptest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 @@ #!/usr/bin/env bash -./fork_rand > fork_rand.txt +./pidwraptest > pidwraptest.txt while read -r a b; do if [ "$a" = "$b" ]; then @@ -8,4 +8,4 @@ do else echo "PASS: $a != $b" fi -done < fork_rand.txt +done < pidwraptest.txt -- cgit v1.2.3-55-g6feb