mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Use bash to run nptl/tst-tls6.sh.
This commit is contained in:
parent
1e9d84cdbc
commit
6a345e4261
@ -1,3 +1,9 @@
|
||||
2012-10-25 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* Makefile ($(objpfx)tst-tls6.out): Use $(BASH) not $(SHELL) to
|
||||
run tst-tls6.sh.
|
||||
* tst-tls6.sh: Use /bin/bash not /bin/sh.
|
||||
|
||||
2012-10-25 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* tst-basic2.c (do_test): Return RESULT, not always zero.
|
||||
|
@ -475,7 +475,7 @@ $(objpfx)tst-tls6.out: tst-tls6.sh $(objpfx)tst-tls5 \
|
||||
$(objpfx)tst-tls5moda.so $(objpfx)tst-tls5modb.so \
|
||||
$(objpfx)tst-tls5modc.so $(objpfx)tst-tls5modd.so \
|
||||
$(objpfx)tst-tls5mode.so $(objpfx)tst-tls5modf.so
|
||||
$(SHELL) $< $(common-objpfx) $(elf-objpfx) \
|
||||
$(BASH) $< $(common-objpfx) $(elf-objpfx) \
|
||||
$(rtld-installed-name) '$(test-wrapper-env)'
|
||||
endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
# A tls test.
|
||||
# Copyright (C) 2003-2012 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
Loading…
Reference in New Issue
Block a user