From f60d794666a77c70153da4fe713cc1ca886f8029 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 8 Dec 2023 16:18:25 +1300 Subject: [PATCH] selftest/knownfail.d: move labdc to expectedfail.d To quote the original commit: > Note that the rpc.echo tests for the testallowed and testdenied users > fail, because we don't backup the secrets for these users. So these > tests failing proves that the lab-DC testenv is correct. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- selftest/{knownfail.d => expectedfail.d}/labdc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename selftest/{knownfail.d => expectedfail.d}/labdc (100%) diff --git a/selftest/knownfail.d/labdc b/selftest/expectedfail.d/labdc similarity index 100% rename from selftest/knownfail.d/labdc rename to selftest/expectedfail.d/labdc -- 2.47.2