This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to posix/wordexp-tst.sh


This patch fixes the previously reported problem that posix/wordexp-tst.sh
was leaving its temporary files behind in $TMPDIR.

--- wordexp-tst.sh	Sun Jul 23 11:23:05 2000
+++ wordexp-tst.sh.new	Fri Oct 20 09:52:36 2000
@@ -9,8 +9,7 @@
 rtld_installed_name=$1; shift
 logfile=$common_objpfx/posix/wordexp-tst.out
 
-: ${TMPDIR=${common_objpfx}posix}
-testout=$TMPDIR/wordexp-test-result
+testout=${common_objpfx}posix/wordexp-test-result
 
 result=0
 rm -f $logfile

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]