Skip to content

Commit

Permalink
Update internal/provider/tar_archiver_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Selena Goods <[email protected]>
  • Loading branch information
jkroepke and SBGoods authored Aug 5, 2024
1 parent cf94976 commit a3b2269
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/provider/tar_archiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,8 @@ func ensureTarFileMode(t *testing.T, tarfilepath string, outputFileMode string)
t.Fatalf("Expected filemode \"%s\" but was \"%s\"", osfilemode, header.FileInfo().Mode())
}
default:
t.Fatalf("%s : %c %s %s\n",
"Yikes! Unable to figure out type",
t.Fatalf("Unable to figure out type: %c in file: %s\n",
header.Typeflag,
"in file",
name,
)
}
Expand Down

0 comments on commit a3b2269

Please sign in to comment.