From f74dd82111c0f50fc7b1a222c796d258e82281fb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 22 Nov 2017 11:19:41 +0100 Subject: Resolve run-time error for functions that use arguments twice further down the expression graph --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index cc6a14b..66ffe88 100755 --- a/test.sh +++ b/test.sh @@ -4,7 +4,7 @@ SUCCESS=true while IFS=$'\t' read -r req res; do outcome="$(./pf -nt "$req" | grep Result | cut -d' ' -f3-)" if [ "$res" != "$outcome" ]; then - echo "Test failed: $req" + echo "Test failed: $req" echo "Expected result: $res" echo "Actual result: $outcome" SUCCESS=false -- cgit v1.2.3