-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle tarballs that do not have dir headers
The test asset tarball added by this commit contains the following entries: ``` dir/file1 dir/file2 dir/nested-dir/file3 ``` It explicitly lacks entries for `dir/` and `dir/nested-dir/`. This is how the `tar` executable generates tarballs when specifying individual files, and is how the BOSH Director creates the file bundle tarballs sent to the BOSH agent.
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+162 Bytes
fileutil/test_assets/compressor-decompress-missing-directory-header.tgz
Binary file not shown.