From 3f9c62cdd553a33071d5b4c6bd5739670c0a236d Mon Sep 17 00:00:00 2001 From: Edgar HIPP Date: Sun, 30 Aug 2015 17:07:06 +0200 Subject: [PATCH 1/1] Correct test --- pe_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pe_test.go b/pe_test.go index c88aa0d..bfcd26a 100644 --- a/pe_test.go +++ b/pe_test.go @@ -18,7 +18,7 @@ func TestEverything(t *testing.T) { t.Errorf("Doesn't match shebang", output) } if output[0] != "/usr/bin/env" { - t.Errorf("Doesn't match shebang", output) + t.Errorf("Doesn't match shebang exactly", output) } output = GetAllMatches("hello .gitignore", MatchOptions{}) -- 2.44.0