digdelv: Extra quotes prevent IPv6 runs

Portion of the digdelv test are skipped on IPv6 due to extra quotes
around $TESTSOCK6: "I:digdelv:IPv6 unavailable; skipping".

Researched by @michal.

Regressed with 351efd8812.
This commit is contained in:
Michal Nowak
2019-09-26 09:56:51 +02:00
parent b7ed939659
commit 1b6419f8a7
5 changed files with 37 additions and 40 deletions

View File

@@ -160,7 +160,7 @@ n=`expr $n + 1`
# Note: for a short term workaround we use ::1, assuming it's configured and
# usable for our tests. We should eventually use the test ULA and available
# checks introduced in change 2916.
if $TESTSOCK6 ../testsock6.pl ::1 2> /dev/null
if testsock6 ::1
then
echo_i "checking IPv6 static-stub address ($n)"
ret=0