From 15310607aea5ebd47f7133ec638a10dcbd9712e6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 3 Jun 2013 21:05:29 -0600 Subject: unit tests: make XDG_CONFIG_HOME not exist when checking usage text --- test/librechroot-test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/librechroot-test.sh') 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:.* ]] -- cgit v1.2.2