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.
This commit is contained in:
Paul Eggert
2024-12-27 14:02:19 -08:00
parent c3f93039ca
commit 53f7e6aa62

View File

@@ -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],