about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-14 05:33:13 +0000
committerEric Wong <e@80x24.org>2015-09-14 05:34:16 +0000
commit7c79abb4f1349a843bbddcec83c924cd2dc07af4 (patch)
tree2c685340254876e3f3ab8a995668833ba64d69a2 /t
parent00a8decc9f9e534c7a36f600e82f434bf5b01113 (diff)
downloadrainbows-7c79abb4f1349a843bbddcec83c924cd2dc07af4.tar.gz
Apparently GNU make parses that strangely and mangles it for the
shell...
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 c456877..97b1985 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -42,7 +42,7 @@ ifeq ($(RUBY_ENGINE),ruby)
     models += FiberSpawn
     models += FiberPool
 
-    RUBY_LE_2_1 := $(shell $(RUBY) -e 'puts((RUBY_VERSION.to_f <= 2.1).to_s))')
+    RUBY_LE_2_1 := $(shell $(RUBY) -e 'puts(RUBY_VERSION.to_f <= 2.1)')
     ifeq ($(RUBY_LE_2_1), true)
       models += Coolio
       models += CoolioThreadPool