diff options
Diffstat (limited to 'tests/018/process.tl')
-rw-r--r-- | tests/018/process.tl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/018/process.tl b/tests/018/process.tl index 1b3780ac..07ecfb64 100644 --- a/tests/018/process.tl +++ b/tests/018/process.tl @@ -1,5 +1,8 @@ (load "../common") +(unless (path-executable-to-me-p "/bin/sh") + (exit 0)) + (defun cmd (c : (m "r")) (with-stream (s (open-command c m)) (get-string s))) |