From 975fd0407ba575d4ac9d7c1cd4f11251d8170706 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 10 Apr 2021 11:16:16 +0100 Subject: [PATCH] Fix previous commit. --- libnbd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnbd.spec b/libnbd.spec index 4a2a016..2cac422 100644 --- a/libnbd.spec +++ b/libnbd.spec @@ -236,7 +236,7 @@ skip_test interop/interop-qemu-storage-daemon.sh skip_test fuse/test-*.sh # IPv6 loopback connections fail in Koji. -make -C tests connect-tcp6 +make -C tests connect-tcp6 ||: skip_test tests/connect-tcp6 make %{?_smp_mflags} check || {