summaryrefslogtreecommitdiff
path: root/test/racc/test_racc_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc/test_racc_command.rb')
-rw-r--r--test/racc/test_racc_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/racc/test_racc_command.rb b/test/racc/test_racc_command.rb
index 77c57a3250..5bfebf150b 100644
--- a/test/racc/test_racc_command.rb
+++ b/test/racc/test_racc_command.rb
@@ -1,4 +1,4 @@
-require File.expand_path(File.join(File.dirname(__FILE__), 'case'))
+require File.expand_path(File.join(__dir__, 'case'))
module Racc
class TestRaccCommand < TestCase