Update test_execute_shell (#590)

This commit is contained in:
Junegunn Choi 2016-06-08 02:16:07 +09:00
parent 68b60c6d19
commit cf9c957c66
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -940,7 +940,7 @@ class TestGoFZF < TestBase
tmux.until { |lines| lines[-2].include? '1/1' }
tmux.send_keys 'C-c'
tmux.prepare
assert_equal ['-c / "foo"bar'], File.readlines(output).map(&:chomp)
assert_equal ["-c / 'foo'bar"], File.readlines(output).map(&:chomp)
ensure
File.unlink output rescue nil
end