diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 11:48:00 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-24 11:48:00 +0000 |
commit | 10b40d85672e13032422572f2106752b31ed1704 (patch) | |
tree | 307a54e5920fa37c142a89add16dc8b6040e7ac4 /io/ftwtest-sh | |
parent | 0708a7d1f08d12da03bbaac84e59370f75030d95 (diff) | |
download | glibc-10b40d85672e13032422572f2106752b31ed1704.zip glibc-10b40d85672e13032422572f2106752b31ed1704.tar.gz glibc-10b40d85672e13032422572f2106752b31ed1704.tar.bz2 |
Use build directory instead of `pwd` in ftwtest-sh.
Diffstat (limited to 'io/ftwtest-sh')
-rw-r--r-- | io/ftwtest-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/ftwtest-sh b/io/ftwtest-sh index adc6667..3bbf306 100644 --- a/io/ftwtest-sh +++ b/io/ftwtest-sh @@ -44,7 +44,7 @@ LANG=C export LANG # First create our scenario: -tmp=`pwd | sed 's|\(.\)/*$|\1|'` +tmp=${objpfx}io tmpdir=$tmp/ftwtest.d trap 'chmod -fR a+x $tmpdir; rm -fr $tmpdir $testout' 1 2 3 15 |