From: Aurelien Jarno Date: Tue, 30 Oct 2012 16:32:26 +0000 (+0000) Subject: Fix nptl/tst-cancel7 for non-bash shells. X-Git-Tag: glibc-2.17~324 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9879fee342c8d40fc1cfabe19cae0f94845e2c5;p=thirdparty%2Fglibc.git Fix nptl/tst-cancel7 for non-bash shells. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 803df62ac8b..1c0595be4a7 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2012-10-30 Aurelien Jarno + Joseph Myers + + * Makefile (tst-cancel7-ARGS): Use exec in --command argument. + 2012-10-28 David S. Miller * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): diff --git a/nptl/Makefile b/nptl/Makefile index c7bb61b6953..9d777734a62 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -435,7 +435,7 @@ CFLAGS-tst-initializers1-c99.c = $(CFLAGS-tst-initializers1-<) CFLAGS-tst-initializers1-gnu89.c = $(CFLAGS-tst-initializers1-<) CFLAGS-tst-initializers1-gnu99.c = $(CFLAGS-tst-initializers1-<) -tst-cancel7-ARGS = --command "$(host-built-program-cmd)" +tst-cancel7-ARGS = --command "exec $(host-built-program-cmd)" tst-cancelx7-ARGS = $(tst-cancel7-ARGS) tst-umask1-ARGS = $(objpfx)tst-umask1.temp