From 06f2d42dbaa5427d25f39fe5e0b2b9036d0ab18c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 12 Jul 2021 07:23:32 -0700 Subject: tests: 002 group: skip test if utils missing. * tests/002/query-1.txr: Terminate with status 13 if the needed utils cannot be found in the search path. Reported and investigated by Paul A. Patience. --- tests/002/query-1.txr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/002/query-1.txr b/tests/002/query-1.txr index 0b4eced2..a98b82eb 100644 --- a/tests/002/query-1.txr +++ b/tests/002/query-1.txr @@ -1,3 +1,5 @@ +@(do (unless (and (path-search "ls") (path-search "sort")) + (exit 13))) @(next `!ls @TESTDIR/proc | sort -n`) @(collect) @{process /[0-9]+/} -- cgit v1.2.3