summaryrefslogtreecommitdiff
path: root/posix/wordexp-tst.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-16 13:39:33 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-16 13:39:33 +0000
commit6760028826b40e45fe7f12b3e1ec934b032dba55 (patch)
treef3746c7e19be631712064d3c87a10ac85a52e385 /posix/wordexp-tst.sh
parentf649c2015a0c9cc4a2d71880fcb7fac0832af69c (diff)
downloadglibc-6760028826b40e45fe7f12b3e1ec934b032dba55.tar.gz
Update.
1998-03-16 13:02 Tim Waugh <tim@cyberelk.demon.co.uk> * posix/wordexp-tst.sh: Store test results in the ${common_objpfx}posix directory. * posix/wordexp-test.c: Remove temporary directory afterwards.
Diffstat (limited to 'posix/wordexp-tst.sh')
-rwxr-xr-xposix/wordexp-tst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/wordexp-tst.sh b/posix/wordexp-tst.sh
index a5445f1ee6..e1f0b78830 100755
--- a/posix/wordexp-tst.sh
+++ b/posix/wordexp-tst.sh
@@ -8,7 +8,7 @@ common_objpfx=$1; shift
elf_objpfx=$1; shift
rtld_installed_name=$1; shift
-: ${TMPDIR=/tmp}
+: ${TMPDIR=${common_objpfx}posix}
testout=$TMPDIR/wordexp-test-result
failed=0