From 2e243986c70eea455a1cc59b12634a00aa1c93b1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 15 Nov 2025 13:56:56 -0800 Subject: [PATCH] Port new extraction test to FreeBSD 15 * tests/extrac31.at (extracting untrusted incremental): Port to FreeBSD 15 wording. --- tests/extrac31.at | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/extrac31.at b/tests/extrac31.at index bc1f926f..3c739a53 100644 --- a/tests/extrac31.at +++ b/tests/extrac31.at @@ -43,8 +43,12 @@ echo status1=$? tar -xf b.tar -C ext 2>b.err echo status2=$? +# FreeBSD 15 says "Capabilities insufficient". # Solaris 10 says just "Cross-device link". -sed 's/: Cross-device link/: Invalid cross-device link/' b.err >&2 +sed ' + s/: Capabilities insufficient$/: Invalid cross-device link/ + s/: Cross-device link$/: Invalid cross-device link/ +' b.err >&2 diff victimdir victimexp ],