run self-test with no-krb5

This commit is contained in:
Ulf Möller 2001-02-27 21:05:55 +00:00
parent 7f19d42e9d
commit 8700e7b3cf

View file

@ -132,6 +132,7 @@ if (system("make 2>&1 | tee make.log") > 255) {
$_=$options;
s/no-asm//;
s/no-shared//;
s/no-krb5//;
if (/no-/)
{
print OUT "Test skipped.\n";