From 7b27119d8ee4ad612b7a7d48b612d15a58d68976 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 29 Jul 2022 09:19:56 -0300 Subject: [PATCH] tests: remove dead code from T055-path-config.sh This case statement does nothing. --- test/T055-path-config.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index 63dd90fd..58c824a2 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -359,9 +359,6 @@ EOF ;; esac - case $config in - split|XDG*) - esac restore_config rm -rf home/.local rm -rf home/.config -- 2.43.0