From 516652bbfdcc83191f3eb83a4a277d6e787e6b9d Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 26 Apr 2024 16:53:43 +0200 Subject: [PATCH] test: mountnfsd -> mountfsd I keep accidentally writing mountnfsd instead of mountfsd, and a couple of instances managed to get into the repo. --- .../{testsuite-50.mountnfsd.sh => testsuite-50.mountfsd.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename test/units/{testsuite-50.mountnfsd.sh => testsuite-50.mountfsd.sh} (98%) diff --git a/test/units/testsuite-50.mountnfsd.sh b/test/units/testsuite-50.mountfsd.sh similarity index 98% rename from test/units/testsuite-50.mountnfsd.sh rename to test/units/testsuite-50.mountfsd.sh index 7fd55980f93..604a9dbf387 100755 --- a/test/units/testsuite-50.mountnfsd.sh +++ b/test/units/testsuite-50.mountfsd.sh @@ -13,7 +13,7 @@ if [[ ! -f /usr/lib/systemd/system/systemd-mountfsd.socket ]] || \ ! find /usr/lib* -name libbpf.so.1 2>/dev/null | grep . || \ systemd-analyze compare-versions "$(uname -r)" lt 6.5 || \ systemd-analyze compare-versions "$(pkcheck --version | awk '{print $3}')" lt 124; then - echo "Skipping mountnfsd/nsresourced tests" + echo "Skipping mountfsd/nsresourced tests" exit 0 fi @@ -56,7 +56,7 @@ if (SYSTEMD_LOG_TARGET=console varlinkctl call \ io.systemd.NamespaceResource.AllocateUserRange \ '{"name":"test-supported","size":65536,"userNamespaceFileDescriptor":0}' 2>&1 || true) | grep -q "io.systemd.NamespaceResource.UserNamespaceInterfaceNotSupported"; then - echo "User namespace interface not supported, skipping mountnfsd/nsresourced tests" + echo "User namespace interface not supported, skipping mountfsd/nsresourced tests" exit 0 fi