Skip to content

Commit ffc6e96

Browse files
authored
Merge pull request #132 from hashicorp/jbardin/extended-header
update the extended_header.tar test file
2 parents cd71cea + f327330 commit ffc6e96

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

decompress_tar_test.go

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ import (
99
func TestTar(t *testing.T) {
1010
mtime := time.Unix(0, 0)
1111
cases := []TestDecompressCase{
12-
/*
13-
Disabled for now, this was broken in Go 1.10 and doesn't parse at
14-
all anymore. Issue open here: https://github.com/golang/go/issues/28843
15-
{
16-
"extended_header.tar",
17-
true,
18-
false,
19-
[]string{"directory/", "directory/a", "directory/b"},
20-
"",
21-
nil,
22-
},
23-
*/
12+
{
13+
"extended_header.tar",
14+
true,
15+
false,
16+
[]string{"directory/", "directory/a", "directory/b"},
17+
"",
18+
nil,
19+
},
2420
{
2521
"implied_dir.tar",
2622
true,
Binary file not shown.

0 commit comments

Comments
 (0)