diff --git a/test/acceptance/acceptance.rb b/test/acceptance/acceptance.rb index 508b0f65..ae2113a2 100644 --- a/test/acceptance/acceptance.rb +++ b/test/acceptance/acceptance.rb @@ -46,6 +46,11 @@ rescue NameError 'not availabe' end} +Reline::VERSION: #{begin + Reline::VERSION + rescue NameError + 'not available' + end} ENV['SHELL']: #{ENV['SHELL']} ENV['TERM']: #{ENV['TERM']} ENV['TERM_PROGRAM']: #{ENV['TERM_PROGRAM']}