Skip to content

Commit

Permalink
Update fixture to remove unnecessary links
Browse files Browse the repository at this point in the history
Signed-off-by: David Freilich <dfreilich@vmware.com>
  • Loading branch information
dfreilich committed May 1, 2020
1 parent e7fdfeb commit e13709f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/archive/archive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ func testArchive(t *testing.T, when spec.G, it spec.S) {

verify := tarVerifier{t, tr, 1234, 2345}
verify.nextFile("/nested/dir/dir-in-archive/some-file.txt", "some-content", 0777)
// FAT doesn't support links: https://unix.stackexchange.com/q/492698
verify.nextFile("/nested/dir/dir-in-archive/sub-dir/link-file", "../some-file.txt", 0777)
verify.noMoreFilesExist()
})
})
Expand Down
Binary file modified internal/archive/testdata/fat-zip-to-tar.zip
Binary file not shown.

0 comments on commit e13709f

Please sign in to comment.