Skip to content
Snippets Groups Projects
Commit 02aaf3e8 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Disable :error-output :output testing on ABCL, where it currently fails.

parent f0e3d705
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
(run-program "cat ; echo bar baz >&2 ; exit 42" (run-program "cat ; echo bar baz >&2 ; exit 42"
:input '("foo") :output :string :error-output '(:string :stripped t) :input '("foo") :output :string :error-output '(:string :stripped t)
:ignore-error-status t))) :ignore-error-status t)))
#-abcl
(assert-equal (assert-equal
'(("foo" "bar" "baz" "quux") nil 0) '(("foo" "bar" "baz" "quux") nil 0)
(multiple-value-list (multiple-value-list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment