summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 7b1f70a8..1c1133df 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -745,7 +745,7 @@ class TestGoFZF < TestBase
writelines(tempname, ['/bar/baz', '/foo/bar/baz'])
assert_equal [
'/foo/bar/baz',
- '/bar/baz',
+ '/bar/baz'
], `#{FZF} -fbaz --tiebreak=end < #{tempname}`.lines(chomp: true)
end