From 0d12a02893baad606b89c426973db640de7ab83a Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 12 Oct 2016 14:35:39 +0530 Subject: [PATCH] script/test: add missing whitespace --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index 133b9807..09f7eaa6 100755 --- a/script/test +++ b/script/test @@ -50,7 +50,7 @@ for ruby in $rubies; do rake TESTOPTS=$testopts test else set -x - time $ruby -S bundle exec ruby -Itest \ + time $ruby -S bundle exec ruby -I test \ "$@" $testops fi done