chiark / gitweb /
test-common: Use $(wildcard ) rather than $(shell echo )
[secnet.git] / test-common.sd.mk
index 023e41c7976dca43cffcaadc33563f565b15b2b1..904536d040f1a3c2d8bdd9607722b3ca35b6c6e0 100644 (file)
@@ -1,7 +1,7 @@
 
 include common.make
 
-&TESTSCRIPTS ?= $(shell echo &^/t-*[0-9a-z])
+&TESTSCRIPTS ?= $(wildcard &^/t-*[0-9a-z])
 &TESTNAMES := $(patsubst t-%,%,$(notdir $(&TESTSCRIPTS)))
 
 &DEPS += $(src)/test-common.tcl