Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/regression/GH-3653_system_under_chdir_expands_env.rb
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@
def sh(*cmd)
res = system(*cmd)
status = $?
p [res, status]
end

ENV['GH3653'] = 'someval'

0 comments on commit a4536c9

Please sign in to comment.