test/run-test.rb in rabbit-2.2.1 vs test/run-test.rb in rabbit-3.0.0

- old
+ new

@@ -1,8 +1,8 @@ #!/usr/bin/env ruby # -# Copyright (C) 2004-2013 Kouhei Sutou <kou@cozmixng.org> +# Copyright (C) 2004-2019 Kouhei Sutou <kou@cozmixng.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. @@ -20,8 +20,8 @@ test_dir = File.join(base_dir, "test") $LOAD_PATH.unshift(File.join(base_dir, "lib")) $LOAD_PATH.unshift(test_dir) -require "rabbit-test-utils" +require_relative "helper" -exit Test::Unit::AutoRunner.run(true, test_dir) +exit(Test::Unit::AutoRunner.run(true, test_dir))