From cd91835b826b968df08ae1bcde794a9d54334182 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 17 Oct 2009 22:42:56 -0700 Subject: tests: fix random_blob dependency --- t/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') 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) -- cgit v1.2.3-24-ge0c7