Skip to content

Commit cb24a0c

Browse files
committed
xfstests: Fix NFS with krb5 tests fails in s390x
In s390x hostname will fails with "Name or service not known", change it with another name
1 parent 2c0f350 commit cb24a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/xfstests/partition.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ END
422422
}
423423

424424
sub setup_krb5 {
425-
script_run('hostname localhost');
425+
script_run('hostnamectl set-hostname susetest');
426426
my $content = <<END;
427427
includedir /etc/krb5.conf.d
428428

0 commit comments

Comments
 (0)