about summary refs log tree commit diff
path: root/stdio-common/tst-printf.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-04 08:47:11 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-04 08:47:11 +0000
commit1746f2b0a1bbac7d80c24d4d301166b8685b117a (patch)
tree0e530c1980d91b101e0d6fc7d72899a79583045f /stdio-common/tst-printf.sh
parent2ace57217028da99fc98f79ae0a625a1ec842724 (diff)
downloadglibc-1746f2b0a1bbac7d80c24d4d301166b8685b117a.tar.gz
glibc-1746f2b0a1bbac7d80c24d4d301166b8685b117a.tar.xz
glibc-1746f2b0a1bbac7d80c24d4d301166b8685b117a.zip
Update.
2001-02-27  Philip Blundell  <pb@futuretv.com>

	* elf/elf.h: Add new ARM definitions from latest (B-01)
	specification.  Correct naming of EF_ARM_ALIGN8 et al.

2001-03-04  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/tst-printf.sh: Remove bashisms.
	Patch by Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>.

	* shlib-versions: Add entry for libanl.
Diffstat (limited to 'stdio-common/tst-printf.sh')
-rw-r--r--stdio-common/tst-printf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh
index 0c5d784d68..8d971fa652 100644
--- a/stdio-common/tst-printf.sh
+++ b/stdio-common/tst-printf.sh
@@ -138,7 +138,7 @@ printf ("%hhu", 257) = 1
 printf ("%hu", 65537) = 1
 --- Should be no further output. ---
 EOF
-cmp - ${common_objpfx}stdio-common/tst-printf.out >& /dev/null ||
+cmp - ${common_objpfx}stdio-common/tst-printf.out > /dev/null 2>&1 ||
 cat <<'EOF' |
 %.4x:	`0012'
 %04x:	`0012'
@@ -249,7 +249,7 @@ printf ("%hhu", 257) = 1
 printf ("%hu", 65537) = 1
 --- Should be no further output. ---
 EOF
-cmp - ${common_objpfx}stdio-common/tst-printf.out >& /dev/null ||
+cmp - ${common_objpfx}stdio-common/tst-printf.out > /dev/null 2>&1 ||
 {
   status=1
   echo "*** output comparison failed"