From c3b9e4a8be18338ed5da223037d6259eaef54e8f Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 10 Dec 2021 00:53:58 -0500 Subject: [EXEC] Some literal handlers. Does not compile ATM. --- tests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run-tests.sh') diff --git a/tests/run-tests.sh b/tests/run-tests.sh index d910e93..2b8f460 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -5,7 +5,7 @@ PARSEFILE=" " parse () { echo "ATTEMPTING TO PARSE $1-test.tnsl" - $PARSECMD $2 -in $1-test.tnsl -out $1-test.tnt + $PARSECMD $2 -in $1-test.tnsl -out $1-test.tnt if [ $? -eq 0 ]; then echo "SUCCESS!" fi -- cgit v1.2.3