diff options
| author | David Bremner <david@tethera.net> | 2022-07-29 09:19:56 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-08-06 09:16:13 -0300 |
| commit | 7b27119d8ee4ad612b7a7d48b612d15a58d68976 (patch) | |
| tree | 7dbffdc505c00759a9bfdf5cf718c0fccc323cb5 /test | |
| parent | 54190d091cbceb345c489bd3f20fdca7e4b9a111 (diff) | |
tests: remove dead code from T055-path-config.sh
This case statement does nothing.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T055-path-config.sh | 3 |
1 files changed, 0 insertions, 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 |
