From 38856bc70501ef4f6f0d2db4271553d303a4bd96 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Sun, 5 Feb 2017 11:53:49 +0200 Subject: [PATCH] Fix wrong config path in notification test suite --- test/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/notification.c b/test/notification.c index 5bc3634..8f513c1 100644 --- a/test/notification.c +++ b/test/notification.c @@ -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";