┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/services/test/test_run.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/services/test/test_run.rb')
-rwxr-xr-xsrc/settings/services/test/test_run.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/settings/services/test/test_run.rb b/src/settings/services/test/test_run.rb
deleted file mode 100755
index ab298a0b0..000000000
--- a/src/settings/services/test/test_run.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env ruby
-
-# SPDX-FileCopyrightText: 2019 Harald Sitter <[email protected]>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
-# This is a fancy wrapper around test_helper to prevent the collector from
-# loading the helper twice as it would occur if we ran the helper directly.
-
-require_relative 'test_helper'
-
-Test::Unit::AutoRunner.run(true, File.absolute_path(__dir__))