aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/jlox.tests/tests.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/jlox.tests/tests.exp b/testsuite/jlox.tests/tests.exp
index 9b9f620..bd41cfb 100644
--- a/testsuite/jlox.tests/tests.exp
+++ b/testsuite/jlox.tests/tests.exp
@@ -1,5 +1,5 @@
set test_name "Printing"
-set command_line "./jlox"
+set command_line "jlox/jlox"
spawn $command_line
send "print \"Hello, world!\";\n"