Update test_execute_shell (#590)

pull/581/merge
Junegunn Choi 8 years ago
parent 68b60c6d19
commit cf9c957c66
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -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

Loading…
Cancel
Save