From 9bf1ac41d215f9b1c026fe585a38ffa0555a5670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Mon, 20 May 2013 11:58:29 +0200 Subject: t5000: test long filenames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a file with a long name to the test archive in order to check entries with pax extended headers. Also add a check for tar versions that doen't understand this format. Those versions should extract the headers as a regular files. Add code to check_tar() to interpret the path header if present, so that our tests work even with those tar versions. It's important to use the fallback code only if needed to still be able to detect git archive errorously creating pax headers as regular file entries (with a suitable tar version, of course). The archive used to check for pax header support in tar was generated using GNU tar 1.26 and its option --format=pax. Tested successfully on NetBSD 6.1, which has a tar version lacking pax header support. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- t/t5000/pax.tar | Bin 0 -> 10240 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 t/t5000/pax.tar (limited to 't/t5000/pax.tar') diff --git a/t/t5000/pax.tar b/t/t5000/pax.tar new file mode 100644 index 0000000000..d911737149 Binary files /dev/null and b/t/t5000/pax.tar differ -- cgit v1.2.1