mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Run ASCII->encoding->ASCII suntzus test only if $subset is N.
This commit is contained in:
parent
37b5b6ae76
commit
80425c3391
@ -1,6 +1,6 @@
|
||||
#! /bin/sh -f
|
||||
# Run available iconv(1) tests.
|
||||
# Copyright (C) 1998-2002 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998-2002, 2005 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
# Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
|
||||
#
|
||||
@ -128,7 +128,7 @@ while read from to subset targets; do
|
||||
done
|
||||
fi
|
||||
|
||||
if test "$subset" != Y; then
|
||||
if test "$subset" == N; then
|
||||
echo $ac_n " suntzu: ASCII -> $to -> ASCII $ac_c"
|
||||
$PROG -f ASCII -t $to testdata/suntzus |
|
||||
$PROG -f $to -t ASCII > $temp1 ||
|
||||
|
Loading…
Reference in New Issue
Block a user