]> Sergey Matveev's repositories - path-extractor.git/commitdiff
Correct test
authorEdgar HIPP <hipp.edg@gmail.com>
Sun, 30 Aug 2015 15:07:06 +0000 (17:07 +0200)
committerEdgar HIPP <hipp.edg@gmail.com>
Sun, 30 Aug 2015 15:07:06 +0000 (17:07 +0200)
pe_test.go

index c88aa0d5dee7ba52f7ff90bb214e1f5f5d60c1ea..bfcd26a47bf94b880e9c43957134da083d63fc3d 100644 (file)
@@ -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{})