diff --git a/test/run-tests.sh b/test/run-tests.sh
index 5597979ba479c21eccb45ae9b0df7a6a00f863f7..401f7784b03c1468591d12b47f8f11830430af99 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -166,7 +166,7 @@ case "$lisp" in
     flags="--noinit --nosystem --noinform"
     eval="--eval"
     ;;
-  allegro|allegro8|allegromodern|allegromodern8)
+  allegro*)
     case "$lisp" in
       allegro) command="${ALLEGRO:-alisp}" ;;
       allegro8) command="${ALLEGRO8:-alisp8}" ;;
@@ -184,7 +184,6 @@ case "$lisp" in
       allegro8_64_s) command="${ALLEGRO8_64_S:-alisp8_64_s}" ;;
       allegromodern_64_s) command="${ALLEGROMODERN_64_S:-mlisp_64_s}" ;;
       allegromodern8_64_s) command="${ALLEGROMODERN8_64_S:-mlisp8_64_s}" ;;
-
     esac
     flags="-q"
     nodebug="-batch"