From 046da191c8093b0ead82dc188bcaf7dbd263bfcb Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 7 Jun 2015 02:07:09 +0100 Subject: [PATCH] Moved stbbr_stop call in functional tests --- functionaltests/proftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c index b4f0017f..c480363c 100644 --- a/functionaltests/proftest.c +++ b/functionaltests/proftest.c @@ -162,12 +162,12 @@ close_prof_test(void **state) { prof_input("/quit"); waitpid(exp_pid, NULL, 0); - stbbr_stop(); _cleanup_dirs(); setenv("XDG_CONFIG_HOME", config_orig, 1); setenv("XDG_DATA_HOME", data_orig, 1); + stbbr_stop(); } void