about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-17 22:42:56 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-17 22:42:56 -0700
commitcd91835b826b968df08ae1bcde794a9d54334182 (patch)
tree33dcc12a4a91fe856c68b6e48242655eb227ba3e
parentcaddc46054b720bd88757b0c15de1d305216fa77 (diff)
downloadrainbows-cd91835b826b968df08ae1bcde794a9d54334182.tar.gz
-rw-r--r--t/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 7eac0d5..993aa35 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -58,12 +58,12 @@ test-bin-$(RUBY_VERSION)/rainbows: ../bin/rainbows
         cmp $@+ $@ 2>/dev/null || mv $@+ $@
         $(RM) $@+
 
-req_random_blob := t3100-revactor-tee-input
+req_random_blob := $(wildcard t?1??-*.sh)
 random_blob:
         dd if=/dev/urandom bs=1M count=10 of=$@+
         mv $@+ $@
 
-$(addsuffix .sh,$(req_random_blob)): random_blob
+$(req_random_blob): random_blob
 
 $(T): trash/.gitignore
 $(T): export ruby := $(ruby)