X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Frun-program.test.sh;h=9f7b9ab56321d3f910149a406e5f44414f912d5c;hb=bcbbce86c47a1c530d488c7876a453100fcd933e;hp=133198e5a7fd6ac5312efe48d01640681b6e2e5e;hpb=f0338f6fa732b21daa4405e19465bd460e0526d9;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 133198e..9f7b9ab 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -57,16 +57,5 @@ if [ $? != 52 ]; then exit 1 fi -# known bugs: -# -# sbcl-0.6.8: -# -# (SB-EXT:RUN-PROGRAM "echo" NIL) -# => error in function SB-IMPL::%ENUMERATE-SEARCH-LIST: -# Undefined search list: path -# -# (SB-EXT:RUN-PROGRAM "/bin/uname" '("-a") :OUTPUT :STREAM) -# doesn't return a STREAM (the way doc string claims) - # success convention exit 104