]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
locale/tst-locale-locpath: Fix arguments passing
authorMao Han <han_mao@c-sky.com>
Wed, 10 Jul 2019 06:09:51 +0000 (14:09 +0800)
committerMao Han <han_mao@c-sky.com>
Wed, 10 Jul 2019 06:24:15 +0000 (14:24 +0800)
The arguments passed by Makefile are missing match with the arguments
taken by locale/tst-locale-locpath.sh. Without this patch
cross-test-ssh.sh will be called twice in a single command while
doing the make check test wish ssh test wrapper.

* locale/Makefile: Fix tst-locale-locpath arguments passing.

ChangeLog
locale/Makefile

index 158337ab9c2bc413e93e635bfbb7069b04e9e9d3..632e1804d8c75f027015b83de2c53d2289eafcb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-10  Mao Han  <han_mao@c-sky.com>
+
+       * locale/Makefile: Fix tst-locale-locpath arguments passing.
+
 2019-07-09  Paul A. Clarke  <pc@us.ibm.com>
     
        * sysdeps/powerpc/fpu/fenv_libc.h (_FPU_GET_RC): Protect use of
index 0ad99ecabf9c6d8bcf6c98d42fcaf6cab99861a9..d78cf9b83ac98277fb73d46f90c9dc05d5c99f58 100644 (file)
@@ -113,5 +113,5 @@ lib := locale-programs
 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
 
 $(objpfx)tst-locale-locpath.out : tst-locale-locpath.sh $(objpfx)locale
-       $(SHELL) $< '$(common-objpfx)' '$(test-wrapper)' '$(test-wrapper-env)' > $@; \
+       $(SHELL) $< '$(common-objpfx)' '$(test-wrapper-env)' '$(run-program-env)' > $@; \
        $(evaluate-test)