about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 17:53:39 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 17:53:39 -0700
commitb3b03a0de92e747e0efe0850fa9a74fe172b93e8 (patch)
treedbbb7a2f2f2b4c421d5552b7bcae3a408f6066a9 /t
parent9d9e622bb1554921d750f8298366ee592adcbbb5 (diff)
downloadrainbows-b3b03a0de92e747e0efe0850fa9a74fe172b93e8.tar.gz
Diffstat (limited to 't')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 1a95992..12b60c4 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -50,7 +50,7 @@ test-bin-$(RUBY_VERSION)/rainbows: ../bin/rainbows
         mkdir -p $(@D)
         install -m 755 $^ $@+
         $(ruby) -i -p -e '$$_.gsub!(%r{^#!.*$$},"#!$(ruby_bin)")' $@+
-        cmp $@+ $@ || mv $@+ $@
+        cmp $@+ $@ 2>/dev/null || mv $@+ $@
         $(RM) $@+
 
 $(T): export ruby := $(ruby)