[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r6179 - in /trunk/libc: ChangeLog.eglibc posix/globtest.sh
- To: commits@xxxxxxxxxx
- Subject: [commits] r6179 - in /trunk/libc: ChangeLog.eglibc posix/globtest.sh
- From: joseph@xxxxxxxxxx
- Date: Thu, 15 May 2008 23:28:27 -0000
Author: joseph
Date: Thu May 15 16:28:25 2008
New Revision: 6179
Log:
* posix/globtest.sh: Set HOME with env on test target system.
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/posix/globtest.sh
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Thu May 15 16:28:25 2008
@@ -1,3 +1,7 @@
+2008-05-15 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * posix/globtest.sh: Set HOME with env on test target system.
+
2008-05-14 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
Modified: trunk/libc/posix/globtest.sh
==============================================================================
--- trunk/libc/posix/globtest.sh (original)
+++ trunk/libc/posix/globtest.sh Thu May 15 16:28:25 2008
@@ -746,8 +746,9 @@
`dir6/fil*[a'
`nondir\/'
EOF
-HOME="$testdir" \
-${run_program_prefix} \
+${cross_test_wrapper} \
+env HOME="$testdir" \
+${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \
${common_objpfx}posix/globtest -ct "$testdir" \
'~/dir1/file1_1' '~/dir1/file1_9' '~/dir3\*/file1' '~/dir3\*/file2' \
'~\/dir1/file1_2' |