Skip to content

Commit 7f18c82

Browse files
nagachikako1
authored andcommitted
use double-quote to enable variable expansion.
1 parent 4d14855 commit 7f18c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/console/backtrace_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_frame_filtering_works_with_unexpanded_path_and_expanded_skip_path
123123
RUBY
124124

125125
begin
126-
File.open('#{pty_home_dir}/foo.rb', 'w+').close
126+
File.open("#{pty_home_dir}/foo.rb", 'w+').close
127127
rescue Errno::EACCES, Errno::EPERM
128128
omit "Skip test with load files. Cannot create files in HOME directory."
129129
end

0 commit comments

Comments
 (0)