Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
02aaf3e8
Commit
02aaf3e8
authored
Oct 01, 2013
by
Francois-Rene Rideau
Browse files
Disable :error-output :output testing on ABCL, where it currently fails.
parent
f0e3d705
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-run-program.script
View file @
02aaf3e8
...
...
@@ -37,6 +37,7 @@
(run-program "cat ; echo bar baz >&2 ; exit 42"
:input '("foo") :output :string :error-output '(:string :stripped t)
:ignore-error-status t)))
#-abcl
(assert-equal
'(("foo" "bar" "baz" "quux") nil 0)
(multiple-value-list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment