From 5a7eedfbe62cfbf1485dda60b350d3fb4867fedd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 11 Feb 2001 12:07:07 +0000 Subject: Use run_program_prefix. --- libio/test-freopen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libio/test-freopen.sh') diff --git a/libio/test-freopen.sh b/libio/test-freopen.sh index 86ce0c5260..c89e92bf93 100755 --- a/libio/test-freopen.sh +++ b/libio/test-freopen.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test of freopen. -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or @@ -19,10 +19,10 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. common_objpfx=$1 -objpfx=$2 +run_program_prefix=$2 +objpfx=$3 -${common_objpfx}elf/ld.so --library-path $common_objpfx \ -${objpfx}test-freopen ${objpfx}test-freopen.out && +${run_program_prefix} ${objpfx}test-freopen ${objpfx}test-freopen.out && cmp ${objpfx}test-freopen.out - <<"EOF" Hello world (mb) Hello world (wc) -- cgit v1.2.3