summaryrefslogtreecommitdiff
path: root/apf_run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apf_run_test.sh')
-rwxr-xr-xapf_run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apf_run_test.sh b/apf_run_test.sh
index 12bbfe0..ef47fc8 100755
--- a/apf_run_test.sh
+++ b/apf_run_test.sh
@@ -23,7 +23,7 @@ for prog in testdata/*.program; do
args="$args --age $(cat testdata/$testcase.age)"
fi
- if diff --color -u <(apf_run $args) <(cat $outputpath); then
+ if diff --color -u <(./apf_run $args) <(cat $outputpath); then
echo $testname: $testcase: PASS
else
echo $testname: $testcase: FAIL