Fix wrong config path in notification test suite

This commit is contained in:
Nikos Tsipinakis 2017-02-05 11:53:49 +02:00
parent 4d55ccb0ee
commit 38856bc705

View File

@ -93,7 +93,7 @@ TEST test_notification_replace_format(void)
SUITE(suite_notification)
{
cmdline_load(0, NULL);
load_settings("data/dunstrc");
load_settings("data/dunstrc.default");
notification *a = notification_create();
a->appname = "Test";