From 2b4a9735d816d3a05c7fca207d97bebcb09c95a0 Mon Sep 17 00:00:00 2001
From: Yves Senn <yves.senn@gmail.com>
Date: Mon, 21 Nov 2016 17:24:10 +0100
Subject: update bin/test scripts to prevent double runs.

The test runner was updated to make use of autorun. This caused the
`bin/test` scripts to run Minitest twice.
---
 actionmailer/bin/test | 2 --
 1 file changed, 2 deletions(-)

(limited to 'actionmailer/bin')

diff --git a/actionmailer/bin/test b/actionmailer/bin/test
index 84a05bba08..a7beb14b27 100755
--- a/actionmailer/bin/test
+++ b/actionmailer/bin/test
@@ -2,5 +2,3 @@
 
 COMPONENT_ROOT = File.expand_path("..", __dir__)
 require File.expand_path("../tools/test", COMPONENT_ROOT)
-
-exit Minitest.run(ARGV)
-- 
cgit v1.2.3