diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 13:39:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 13:39:33 +0000 |
commit | 6760028826b40e45fe7f12b3e1ec934b032dba55 (patch) | |
tree | f3746c7e19be631712064d3c87a10ac85a52e385 /posix/wordexp-tst.sh | |
parent | f649c2015a0c9cc4a2d71880fcb7fac0832af69c (diff) | |
download | glibc-6760028826b40e45fe7f12b3e1ec934b032dba55.tar glibc-6760028826b40e45fe7f12b3e1ec934b032dba55.tar.gz glibc-6760028826b40e45fe7f12b3e1ec934b032dba55.tar.bz2 glibc-6760028826b40e45fe7f12b3e1ec934b032dba55.zip |
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-x | posix/wordexp-tst.sh | 2 |
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 |