Insure that the test for bug 881445 runs with a large enough dynamic space.
[sbcl.git] / tests / subr.sh
index b96dd29..84ee1a4 100644 (file)
@@ -66,6 +66,11 @@ run_sbcl () (
     fi
 )
 
+run_sbcl_with_args () (
+    set -u
+    "$SBCL_RUNTIME" --core "$SBCL_CORE" "$@"
+)
+
 run_sbcl_with_core () (
     set -u
     core="$1"