diff --git a/test/test-program.script b/test/test-program.script
index eb9e5eb49ff1dbf4ac2b180dd5ae75f94a83a546..a7702d57799e546ae1122a464d18459ab7e47010 100644
--- a/test/test-program.script
+++ b/test/test-program.script
@@ -40,7 +40,7 @@
                 #+allegro :lisp-path #+allegro *lisp*
                 :load (native-namestring (subpathname *test-directory* "make-hello-world.lisp"))
                 :eval "(asdf-test::make-hello-image)")
-   :output t :error-output :output :input nil))
+   :output :interactive :error-output :interactive :input nil))
  0)
 (assert (probe-file* img) () "Can't find image file ~S" img)
 
@@ -92,7 +92,7 @@
                 #+allegro :lisp-path #+allegro *lisp*
                 :load (native-namestring (subpathname *test-directory* "make-hello-world.lisp"))
                 :eval "(asdf-test::make-hello-program)")
-   :output t :error-output :output :input nil))
+   :output :interactive :error-output :interactive :input nil))
  0)
 
 (assert (probe-file* exe) () "Can't find executable file ~S" exe)