]> sourceware.org Git - glibc.git/commitdiff
Run ASCII->encoding->ASCII suntzus test only if $subset is N.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Sep 2005 21:43:12 +0000 (21:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Sep 2005 21:43:12 +0000 (21:43 +0000)
iconvdata/run-iconv-test.sh

index 8cceef8880e6e65616e8ba00999f196db52f837a..91216447ba7231489a1cc3a9255b6554b40ae3bf 100755 (executable)
@@ -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 ||
This page took 0.045455 seconds and 5 git commands to generate.