diff options
Diffstat (limited to 'posix')
-rwxr-xr-x | posix/wordexp-tst.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/posix/wordexp-tst.sh b/posix/wordexp-tst.sh index 8fe697e07d..9654457f5a 100755 --- a/posix/wordexp-tst.sh +++ b/posix/wordexp-tst.sh @@ -7,10 +7,8 @@ common_objpfx=$1; shift elf_objpfx=$1; shift rtld_installed_name=$1; shift -logfile=$common_objpfx/posix/wordexp-tst.out - -: ${TMPDIR=${common_objpfx}posix} -testout=$TMPDIR/wordexp-test-result +logfile=${common_objpfx}posix/wordexp-tst.out +testout=${common_objpfx}posix/wordexp-test-result result=0 rm -f $logfile |