From: Paul Eggert Date: Fri, 27 Dec 2024 22:02:19 +0000 (-0800) Subject: tests: port to test dirs where `pwd` != `pwd -P` X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53f7e6aa62d8a71cd447178eb7410a0c82b674a4;p=thirdparty%2Ftar.git tests: port to test dirs where `pwd` != `pwd -P` Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-tar/2024-12/msg00003.html * tests/incr08.at: Use pwd -P, not plain pwd. --- diff --git a/tests/incr08.at b/tests/incr08.at index 4cb85e6b..08a6fcb0 100644 --- a/tests/incr08.at +++ b/tests/incr08.at @@ -40,7 +40,7 @@ AT_KEYWORDS([incremental create incr08 chdir]) AT_TAR_WITH_HOOK( [AT_CHECK([ -DIR=`pwd`/gnu/tartest +DIR=`pwd -P`/gnu/tartest sed "s|$DIR|ABSPATH|" stdout ], [0],