Patch to posix/wordexp-tst.sh
Joseph S. Myers
jsm28@cam.ac.uk
Fri Oct 20 02:54:00 GMT 2000
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
More information about the Libc-alpha
mailing list