summaryrefslogtreecommitdiff
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-xtests/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index e9a543d..390ebef 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -7,6 +7,6 @@ if [ -z "$TESTS" ]; then
fi
for i in $TESTS; do
- guile -L .. --r7rs "$i"
+ chibi-scheme -A .. "$i"
done
popd