diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-26 16:54:35 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-27 14:38:21 +0200 |
commit | e87a6a28cffac4044f365b90af9f11a8acb5f83c (patch) | |
tree | 9051ebdf4a67848bf52da023ba8d0cd06d4bfd22 /tests/tar | |
parent | 67c28faad8cade61369f570b826ccf5f03710f08 (diff) |
Remove some of the tar samples
The following samples are removed:
- support for long user/group names (we ignore them anyway)
- support for sun tar oddities (incompatible & no intention to support it)
- support for star oddities (incompatible & no intention to support it)
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/tar')
-rw-r--r-- | tests/tar/CREDITS | 3 | ||||
-rw-r--r-- | tests/tar/format-acceptance/star.tar | bin | 2048 -> 0 bytes | |||
-rw-r--r-- | tests/tar/format-acceptance/suntar.tar | bin | 3072 -> 0 bytes | |||
-rw-r--r-- | tests/tar/long-paths/star.tar | bin | 2048 -> 0 bytes | |||
-rw-r--r-- | tests/tar/sparse-files/star.tar | bin | 40960 -> 0 bytes | |||
-rw-r--r-- | tests/tar/user-group-name/pax.tar | bin | 3072 -> 0 bytes | |||
-rw-r--r-- | tests/tar/user-group-name/ustar-32chars.tar | bin | 2048 -> 0 bytes |
7 files changed, 3 insertions, 0 deletions
diff --git a/tests/tar/CREDITS b/tests/tar/CREDITS index 959e558..32014fc 100644 --- a/tests/tar/CREDITS +++ b/tests/tar/CREDITS @@ -17,3 +17,6 @@ for those features: - volume-label tests - multi-volume tests + - longe user + group names + - sun tar samples + - star samples diff --git a/tests/tar/format-acceptance/star.tar b/tests/tar/format-acceptance/star.tar Binary files differdeleted file mode 100644 index 0c24ae5..0000000 --- a/tests/tar/format-acceptance/star.tar +++ /dev/null diff --git a/tests/tar/format-acceptance/suntar.tar b/tests/tar/format-acceptance/suntar.tar Binary files differdeleted file mode 100644 index 8b2d73b..0000000 --- a/tests/tar/format-acceptance/suntar.tar +++ /dev/null diff --git a/tests/tar/long-paths/star.tar b/tests/tar/long-paths/star.tar Binary files differdeleted file mode 100644 index ed94d48..0000000 --- a/tests/tar/long-paths/star.tar +++ /dev/null diff --git a/tests/tar/sparse-files/star.tar b/tests/tar/sparse-files/star.tar Binary files differdeleted file mode 100644 index 254ad97..0000000 --- a/tests/tar/sparse-files/star.tar +++ /dev/null diff --git a/tests/tar/user-group-name/pax.tar b/tests/tar/user-group-name/pax.tar Binary files differdeleted file mode 100644 index d174bc6..0000000 --- a/tests/tar/user-group-name/pax.tar +++ /dev/null diff --git a/tests/tar/user-group-name/ustar-32chars.tar b/tests/tar/user-group-name/ustar-32chars.tar Binary files differdeleted file mode 100644 index 3f73778..0000000 --- a/tests/tar/user-group-name/ustar-32chars.tar +++ /dev/null |