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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user