Skip to content
  • Elias Pipping's avatar
    Test public rather than internal interfaces · b5949c53
    Elias Pipping authored
    The run-program interface generally behaves as if
    
      :if-input-does-not-exist :error
      :if-output-exists :supersede
    
    were specified and deviations from this set will generally not be
    handled correctly, e.g. on CLISP or whenever %system is used. Hence
    we remove the corresponding tests for now
    b5949c53