bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] Test ftp-localhost incorrectly fails


From: Ingo Brückl
Subject: [bug-inetutils] Test ftp-localhost incorrectly fails
Date: Thu, 24 Dec 2015 15:15:11 +0100

Hi,

in tests/ftp-localhost.sh (at line 50) it says:

  set -e

Thus, (at line 551)

  value_v6only=`sysctl -a 2>/dev/null | $GREP v6only`

will exit the test immediately with return code 1 if there is no v6only. As a
result, the test will fail and the following

  if test -n "$value_v6only"; then

has no effect at all.

Ingo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]