about summary refs log tree commit diff stats
path: root/test/js/run_js_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/run_js_tests.sh')
-rwxr-xr-xtest/js/run_js_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/run_js_tests.sh b/test/js/run_js_tests.sh
index a8cad435..8e1adeb3 100755
--- a/test/js/run_js_tests.sh
+++ b/test/js/run_js_tests.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 if ! test "$CHA_TEST_BIN"
-then	test -f ../../../cha && CHA_TEST_BIN=../../../cha || CHA_TEST_BIN=cha
+then	test -f ../../cha && CHA_TEST_BIN=../../cha || CHA_TEST_BIN=cha
 fi
 failed=0
 for h in *.html