From: René Scharfe Date: Thu, 9 May 2013 13:10:48 +0000 (+0200) Subject: t5004: ignore pax global header file X-Git-Tag: v1.8.2.3~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/abdb9b2e4fd7876ab7138119c4aedca70bc0d250?hp=abdb9b2e4fd7876ab7138119c4aedca70bc0d250 t5004: ignore pax global header file Versions of tar that don't know pax headers -- like the ones in NetBSD 6 and OpenBSD 5.2 -- extract them as regular files. Explicitly ignore the file created for our global header when checking the list of extracted files, as this is normal and harmless fall-back behaviour. This fixes test 3 of t5004 on these platforms. Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano ---