summaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
authorPer Olofsson <pelle@pqz.se>2015-09-26 11:18:26 +0200
committerPer Olofsson <pelle@pqz.se>2015-09-26 11:18:26 +0200
commitda1697074b7cd2a16efb3c90f9dfe87e0124a279 (patch)
treea8e2efcc4ac13fcdb50acd8e73d3a356fc921456 /autotests
parent5955a2657c456cd2d084972dd8509854decabcf4 (diff)
test-lib: always mock x-www-browser so we have a fallback
Diffstat (limited to 'autotests')
-rw-r--r--autotests/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/test-lib.sh b/autotests/test-lib.sh
index 6bf98ec..1becf1b 100644
--- a/autotests/test-lib.sh
+++ b/autotests/test-lib.sh
@@ -35,6 +35,7 @@ reset_lab_() {
$XDG_CONFIG_HOME \
$XDG_CONFIG_DIRS \
+ mock x-www-browser
touch $COMMANDS_RUN
}