diff options
Diffstat (limited to 'tests/010/json.tl')
-rw-r--r-- | tests/010/json.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/010/json.tl b/tests/010/json.tl index a0085000..a7a73623 100644 --- a/tests/010/json.tl +++ b/tests/010/json.tl @@ -149,7 +149,7 @@ (file-put-jsons name '(1.0 t null)) t (file-get-jsons name) (1.0 t null) (file-get-string name) "1\ntrue\nnull\n") - (if (path-search "cat") + (if (path-executable-to-me-p "/bin/sh") (mtest (command-put-json `cat > @name` #(#() #())) t (file-get-string name) "[[],[]]\n" |