tmp := make([]byte, 8)
// Create index "sorted" in input order, used when iterating over all
- // passwd entries (getgrent_r); keeping the original order makes
+ // group entries (getgrent_r); keeping the original order makes
// debugging easier
var indexOrig bytes.Buffer
for _, g := range grs {
}
}
-// mustMakeOld verifies that all paths have a modification time in the past,
-// as set by mustMakeOld().
+// mustBeOld verifies that all paths have a modification time in the past, as
+// set by mustMakeOld.
func mustBeOld(t *testing.T, paths ...string) {
for _, p := range paths {
i, err := os.Stat(p)