From e87a6a28cffac4044f365b90af9f11a8acb5f83c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 26 Jun 2019 16:54:35 +0200 Subject: 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 --- tests/tar/CREDITS | 3 +++ tests/tar/format-acceptance/star.tar | Bin 2048 -> 0 bytes tests/tar/format-acceptance/suntar.tar | Bin 3072 -> 0 bytes tests/tar/long-paths/star.tar | Bin 2048 -> 0 bytes tests/tar/sparse-files/star.tar | Bin 40960 -> 0 bytes tests/tar/user-group-name/pax.tar | Bin 3072 -> 0 bytes tests/tar/user-group-name/ustar-32chars.tar | Bin 2048 -> 0 bytes 7 files changed, 3 insertions(+) delete mode 100644 tests/tar/format-acceptance/star.tar delete mode 100644 tests/tar/format-acceptance/suntar.tar delete mode 100644 tests/tar/long-paths/star.tar delete mode 100644 tests/tar/sparse-files/star.tar delete mode 100644 tests/tar/user-group-name/pax.tar delete mode 100644 tests/tar/user-group-name/ustar-32chars.tar (limited to 'tests/tar') 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 deleted file mode 100644 index 0c24ae5..0000000 Binary files a/tests/tar/format-acceptance/star.tar and /dev/null differ diff --git a/tests/tar/format-acceptance/suntar.tar b/tests/tar/format-acceptance/suntar.tar deleted file mode 100644 index 8b2d73b..0000000 Binary files a/tests/tar/format-acceptance/suntar.tar and /dev/null differ diff --git a/tests/tar/long-paths/star.tar b/tests/tar/long-paths/star.tar deleted file mode 100644 index ed94d48..0000000 Binary files a/tests/tar/long-paths/star.tar and /dev/null differ diff --git a/tests/tar/sparse-files/star.tar b/tests/tar/sparse-files/star.tar deleted file mode 100644 index 254ad97..0000000 Binary files a/tests/tar/sparse-files/star.tar and /dev/null differ diff --git a/tests/tar/user-group-name/pax.tar b/tests/tar/user-group-name/pax.tar deleted file mode 100644 index d174bc6..0000000 Binary files a/tests/tar/user-group-name/pax.tar and /dev/null differ diff --git a/tests/tar/user-group-name/ustar-32chars.tar b/tests/tar/user-group-name/ustar-32chars.tar deleted file mode 100644 index 3f73778..0000000 Binary files a/tests/tar/user-group-name/ustar-32chars.tar and /dev/null differ -- cgit v1.2.3