Fix wrong config path in notification test suite
This commit is contained in:
parent
4d55ccb0ee
commit
38856bc705
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user