test-run-program.script
Robert Goldman
rpgoldman at sift.net
Thu Nov 17 18:58:14 UTC 2016
I see this in test-run-program:
#+(and sbcl os-windows)
(leave-test "SBCL won't let us pass unquoted arguments to cmd.exe" 0)
#-(and sbcl os-windows)
(progn
(DBG "Testing echo ok 1 via run-program as a string")
(assert-equal "ok 1"
(dewindowize (run-program "echo ok 1" :output '(:string
:stripped t)))))
If we know that SBCL on Windows won't let us pass unquoted arguments to
cmd.exe, should we raise a NOT-IMPLEMENTED-ERROR on that combination,
and check for it in the test?
Thanks,
r
More information about the asdf-devel
mailing list