mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Use build directory instead of pwd
in ftwtest-sh.
This commit is contained in:
parent
0708a7d1f0
commit
10b40d8567
@ -1,5 +1,7 @@
|
|||||||
2012-10-24 Joseph Myers <joseph@codesourcery.com>
|
2012-10-24 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
|
||||||
|
|
||||||
* posix/globtest.sh (TMPDIR): Do not set.
|
* posix/globtest.sh (TMPDIR): Do not set.
|
||||||
(testdir): Define using ${common_objpfx}posix not $TMPDIR.
|
(testdir): Define using ${common_objpfx}posix not $TMPDIR.
|
||||||
(testout): Likewise.
|
(testout): Likewise.
|
||||||
|
@ -44,7 +44,7 @@ LANG=C
|
|||||||
export LANG
|
export LANG
|
||||||
|
|
||||||
# First create our scenario:
|
# First create our scenario:
|
||||||
tmp=`pwd | sed 's|\(.\)/*$|\1|'`
|
tmp=${objpfx}io
|
||||||
tmpdir=$tmp/ftwtest.d
|
tmpdir=$tmp/ftwtest.d
|
||||||
|
|
||||||
trap 'chmod -fR a+x $tmpdir; rm -fr $tmpdir $testout' 1 2 3 15
|
trap 'chmod -fR a+x $tmpdir; rm -fr $tmpdir $testout' 1 2 3 15
|
||||||
|
Loading…
Reference in New Issue
Block a user