diff options
author | David Faure <faure@kde.org> | 2015-05-02 00:16:55 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2015-05-02 00:16:55 +0200 |
commit | 76e5b4412782b9c1757c8cdb3984f99566a57b96 (patch) | |
tree | ba93b16698e3da2a494d04e7130a35d64f7871a3 /autotests/test_kconf_update.h | |
parent | 87a661450b152206ab6768d1fc8e63db15dee400 (diff) | |
download | kconfig-76e5b4412782b9c1757c8cdb3984f99566a57b96.tar.gz kconfig-76e5b4412782b9c1757c8cdb3984f99566a57b96.tar.bz2 |
Fix kconf_update for spaces in paths
(CI says it happens on OSX)
Unittest it on Linux by exporting XDG_DATA_HOME with a space in it.
CCMAIL: kde-mac@kde.org
Diffstat (limited to 'autotests/test_kconf_update.h')
-rw-r--r-- | autotests/test_kconf_update.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/test_kconf_update.h b/autotests/test_kconf_update.h index 1b3151f1..ca8fe3ba 100644 --- a/autotests/test_kconf_update.h +++ b/autotests/test_kconf_update.h @@ -27,6 +27,7 @@ class TestKConfUpdate : public QObject { Q_OBJECT private Q_SLOTS: + void initTestCase(); void test_data(); void test(); void testScript_data(); |