summaryrefslogtreecommitdiffstats
path: root/tests/002
diff options
context:
space:
mode:
Diffstat (limited to 'tests/002')
-rw-r--r--tests/002/query-1.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/002/query-1.txr b/tests/002/query-1.txr
index a98b82eb..4bd6c97f 100644
--- a/tests/002/query-1.txr
+++ b/tests/002/query-1.txr
@@ -1,4 +1,4 @@
-@(do (unless (and (path-search "ls") (path-search "sort"))
+@(do (unless (path-executable-to-me-p "/bin/sh")
(exit 13)))
@(next `!ls @TESTDIR/proc | sort -n`)
@(collect)