Diff for /embedaddon/libiconv/tests/check-stateful between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 22:57:49 version 1.1.1.2, 2021/03/17 13:38:46
Line 8  set -e Line 8  set -e
 # charset, modified for use in filenames.  # charset, modified for use in filenames.
 charsetf=`echo "$charset" | sed -e 's,:,-,g'`  charsetf=`echo "$charset" | sed -e 's,:,-,g'`
   
   if test -f "${srcdir}"/"$charsetf"-snippet.alt; then
     ../src/iconv_no_i18n -f "$charset" -t UTF-8 < "${srcdir}"/"$charsetf"-snippet.alt > tmp-snippet
     cmp "${srcdir}"/"$charsetf"-snippet.UTF-8 tmp-snippet
   fi
 ../src/iconv_no_i18n -f "$charset" -t UTF-8 < "${srcdir}"/"$charsetf"-snippet > tmp-snippet  ../src/iconv_no_i18n -f "$charset" -t UTF-8 < "${srcdir}"/"$charsetf"-snippet > tmp-snippet
 cmp "${srcdir}"/"$charsetf"-snippet.UTF-8 tmp-snippet  cmp "${srcdir}"/"$charsetf"-snippet.UTF-8 tmp-snippet
 ../src/iconv_no_i18n -f UTF-8 -t "$charset" < "${srcdir}"/"$charsetf"-snippet.UTF-8 > tmp-snippet  ../src/iconv_no_i18n -f UTF-8 -t "$charset" < "${srcdir}"/"$charsetf"-snippet.UTF-8 > tmp-snippet

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>