summaryrefslogtreecommitdiff
path: root/test/librechroot-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/librechroot-test.sh')
-rw-r--r--test/librechroot-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/librechroot-test.sh b/test/librechroot-test.sh
index c34af6e..91349c2 100644
--- a/test/librechroot-test.sh
+++ b/test/librechroot-test.sh
@@ -18,6 +18,7 @@ it_creates_repo_for_new_chroots() {
}
it_displays_help_as_normal_user() {
+ rm -rf "$XDG_CONFIG_HOME"
librechroot help >$tmpdir/stdout 2>$tmpdir/stderr
[[ "$(sed 1q $tmpdir/stdout)" =~ Usage:.* ]]