From: Edgar HIPP Date: Sun, 30 Aug 2015 15:07:06 +0000 (+0200) Subject: Correct test X-Git-Url: http://www.git.stargrave.org/?p=path-extractor.git;a=commitdiff_plain;h=3f9c62cdd553a33071d5b4c6bd5739670c0a236d Correct test --- 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{})