mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
Update test_execute_shell (#590)
This commit is contained in:
parent
68b60c6d19
commit
cf9c957c66
@ -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…
Reference in New Issue
Block a user