summaryrefslogtreecommitdiff
path: root/test/librechroot-test.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-03 21:05:29 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 20:01:07 -0600
commit15310607aea5ebd47f7133ec638a10dcbd9712e6 (patch)
tree33ad7e8de2eb9ca5cb65f88e924394009faed708 /test/librechroot-test.sh
parent949014bc2dec8757d4a01af1e1d3dc7f394fe9a5 (diff)
unit tests: make XDG_CONFIG_HOME not exist when checking usage text
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:.* ]]