Skip to content
Snippets Groups Projects
Unverified Commit cf9c957c authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Update test_execute_shell (#590)

parent 68b60c6d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment