Alexander Barton wrote...
Please (please!) test this release candidate and report all problems, errors, and regressions you encounter!
The patch attached was required to build ngircd here. Should be pretty obvious ...
Christoph
diff --git a/src/testsuite/tests.sh b/src/testsuite/tests.sh index 8ecf8ab..8042c9c 100755 --- a/src/testsuite/tests.sh +++ b/src/testsuite/tests.sh @@ -42,6 +42,8 @@ if test -t 1 2>/dev/null; then sed -e 's|^expect |puts -nonewline stderr "."; expect |g' \ "$e_in" >"$e_tmp" [ $? -eq 0 ] && e_exec="$e_tmp" +else + e_tmp="$e_in" fi
echo_n "running ${test} ..."