========================================= Libidn2 2.3.7: tests/test-suite.log ========================================= # TOTAL: 11 # PASS: 10 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test-idn2 =============== + srcdir=. + IDN2=../src/idn2 + TMPFILE=idn2.3165155.tmp + trap 'rm -f "$TMPFILE" "$TMPFILE-2"' EXIT QUIT + test -z '' + ../src/idn2 --version idn2 (Libidn2) 2.3.7 Copyright (C) 2011-2024 Simon Josefsson, Tim Ruehsen. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Simon Josefsson, Tim Ruehsen. + rc=0 + test 0 '!=' 0 + ../src/idn2 --version idn2 (Libidn2) 2.3.7 Copyright (C) 2011-2024 Simon Josefsson, Tim Ruehsen. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Simon Josefsson, Tim Ruehsen. + rc=0 + test 0 '!=' 0 + ../src/idn2 --help Usage: idn2 [OPTION]... [STRINGS]... Internationalized Domain Name (IDNA2008) convert STRINGS, or standard input. Command line interface to the Libidn2 implementation of IDNA2008. All strings are expected to be encoded in the locale charset. To process a string that starts with `-', for example `-foo', use `--' to signal the end of parameters, as in `idn2 --quiet -- -foo'. Mandatory arguments to long options are mandatory for short options too. -h, --help Print help and exit -V, --version Print version and exit -d, --decode Decode (punycode) domain name -l, --lookup Lookup domain name (default) -r, --register Register label -T, --tr46t Enable TR46 transitional processing -N, --tr46nt Enable TR46 non-transitional processing --no-tr46 Disable TR46 processing --usestd3asciirules Enable STD3 ASCII rules --no-alabelroundtrip Disable A-label roundtrip for lookups --debug Print debugging information --quiet Silent operation Report bugs to: help-libidn@gnu.org Libidn2 home page: General help using GNU software: + rc=0 + test 0 '!=' 0 + ../src/idn2 '' + rc=0 + test 0 '!=' 0 + echo $'PASS: ./test-idn2.sh: ../src/idn2 \'\'' PASS: ./test-idn2.sh: ../src/idn2 '' + rc=0 + 3165206 tr -d $'\\r' + 3165207 cat idn2.3165155.tmp + OUTSTR=example.org + 3165208 cat idn2.3165155.tmp-2 + ERRSTR='+ ../src/idn2 example.org' + test 0 '!=' 0 + test example.org '!=' example.org + test '+ ../src/idn2 example.org' '!=' '' + echo 'FAIL: ./test-idn2.sh: ../src/idn2 example.org: stderr: + ../src/idn2 example.org' FAIL: ./test-idn2.sh: ../src/idn2 example.org: stderr: + ../src/idn2 example.org + echo 'OUT: example.org' OUT: example.org + echo 'ERR: + ../src/idn2 example.org' ERR: + ../src/idn2 example.org + test -z '' + exit 1 + rm -f idn2.3165155.tmp idn2.3165155.tmp-2 FAIL test-idn2.sh (exit status: 1)