======================================================= GNU inetutils 1.9.4.50-9410: tests/test-suite.log ======================================================= # TOTAL: 15 # PASS: 10 # SKIP: 4 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 FAIL: ftp-parser.sh =================== +../ftp/ftp --version +/usr/bin/sed 1q ftp (GNU inetutils) 1.9.4.50-9410 +errno=0 ++echo 'cd /tmp' ++../ftp/ftp ++/usr/bin/grep -cv 'Not connected\.' +reply=0 +test 0 -eq 0 ++echo help ++../ftp/ftp ++/usr/bin/sed -n '$=' +reply=18 +test 18 -ge 18 ++echo passive ++../ftp/ftp -p ++/usr/bin/grep -cv 'Passive mode off\.' +reply=0 +test 0 -eq 0 ++echo ipv4 ++../ftp/ftp --ipv6 ++/usr/bin/grep -cv 'Selecting addresses: IPv4' +reply=0 +test 0 -eq 0 +tell='hash 7M hash 12k' ++echo 'hash 7M hash 12k' ++../ftp/ftp -v ++/usr/bin/grep -c -e 12288 -e 7340032 +reply=2 +test 2 -eq 2 +tell='bell case hash nmap runique sunique epsv4 lcd /tmp lpwd' ++echo 'bell case hash nmap runique sunique epsv4 lcd /tmp lpwd' ++../ftp/ftp +reply='Bell mode on. Case mapping on. Hash mark printing on (1024 bytes/hash mark). Nmap off. Receive unique on. Store unique on. Use of EPRT/EPSV for IPv4: on. Local directory now /private/tmp Local directory is /private/tmp' ++echo 'Bell mode on. Case mapping on. Hash mark printing on (1024 bytes/hash mark). Nmap off. Receive unique on. Store unique on. Use of EPRT/EPSV for IPv4: on. Local directory now /private/tmp Local directory is /private/tmp' ++/usr/bin/sed -n '$=' ++echo 'bell case hash nmap runique sunique epsv4 lcd /tmp lpwd' ++/usr/bin/sed -n '$=' +test 9 -eq 9 ++echo 'Bell mode on. Case mapping on. Hash mark printing on (1024 bytes/hash mark). Nmap off. Receive unique on. Store unique on. Use of EPRT/EPSV for IPv4: on. Local directory now /private/tmp Local directory is /private/tmp' ++/usr/bin/grep -c 'Local directory is /tmp' +test 0 -eq 1 +errno=1 +echo 'Failed to set local directory.' Failed to set local directory. +test 1 -ne 0 +exit 1 FAIL ftp-parser.sh (exit status: 1)