From 7774a7ca792b91fcfb5997e65bb89e1c5699be38 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 15 Feb 2024 12:11:06 +0900 Subject: [PATCH] test: fix cleanup function Follow-up for 8349bbdfd829c80fc5eabaca6c9d0afed28d1b3f. --- test/units/testsuite-46.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/testsuite-46.sh b/test/units/testsuite-46.sh index 26e71afecd7..ec0f24b2381 100755 --- a/test/units/testsuite-46.sh +++ b/test/units/testsuite-46.sh @@ -322,7 +322,7 @@ if command -v ssh &> /dev/null && command -v sshd &> /dev/null && ! [[ -v ASAN_O rm -f /tmp/homed.id_rsa /run/systemd/system/mysshserver.socket /run/systemd/system/mysshserver@.service systemctl daemon-reload homectl remove homedsshtest ||: - mv /etc/pam.d/sshd.save46 mv /etc/pam.d/sshd + mv /etc/pam.d/sshd.save46 /etc/pam.d/sshd } trap at_exit EXIT -- 2.47.3