From 5cb798252fd5d95e19e1ac212333d07606699b5e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 25 Jul 2000 10:06:51 +0000 Subject: * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter according to changes in test program, run also with static only builds. ($(objpfx)tst-printf.out): Likewise. * stdio-common/tst-unbputc.sh: Likewise. * stdio-common/tst-printf.sh: Likewise. --- stdio-common/tst-unbputc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdio-common/tst-unbputc.sh') diff --git a/stdio-common/tst-unbputc.sh b/stdio-common/tst-unbputc.sh index efc07778e3..89e02596c1 100755 --- a/stdio-common/tst-unbputc.sh +++ b/stdio-common/tst-unbputc.sh @@ -19,10 +19,11 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. common_objpfx=$1; shift +run_program_prefix=$1; shift status=0 -${common_objpfx}elf/ld.so --library-path $common_objpfx \ +${run_program_prefix} \ ${common_objpfx}stdio-common/tst-unbputc \ 2> ${common_objpfx}stdio-common/tst-unbputc.out || status=1 -- cgit 1.4.1