From: Paul Eggert Date: Tue, 2 Jan 2024 03:09:59 +0000 (-0800) Subject: Port EOF detection test to macOS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66eaa2f821d45f38220f303e4f422f943f0b307a;p=thirdparty%2Ftar.git Port EOF detection test to macOS * tests/delete06.at: Don’t assume the diagnostic is “Value too large for defined data type”, as strerror uses a different wording on macOS 12.6. --- diff --git a/tests/delete06.at b/tests/delete06.at index 41e53c22..ee5d9853 100644 --- a/tests/delete06.at +++ b/tests/delete06.at @@ -38,8 +38,6 @@ tar --delete 'b/' -f trunc.tar ], [2], [], -[tar: lseek: trunc.tar: Value too large for defined data type -tar: Exiting with failure status due to previous errors -],[],[],[gnu, pax]) +[stderr],[],[],[gnu, pax]) AT_CLEANUP