Moved stbbr_stop call in functional tests

This commit is contained in:
James Booth
2015-06-07 02:07:09 +01:00
parent 0e5dc6d89b
commit 046da191c8

View File

@@ -162,12 +162,12 @@ close_prof_test(void **state)
{ {
prof_input("/quit"); prof_input("/quit");
waitpid(exp_pid, NULL, 0); waitpid(exp_pid, NULL, 0);
stbbr_stop();
_cleanup_dirs(); _cleanup_dirs();
setenv("XDG_CONFIG_HOME", config_orig, 1); setenv("XDG_CONFIG_HOME", config_orig, 1);
setenv("XDG_DATA_HOME", data_orig, 1); setenv("XDG_DATA_HOME", data_orig, 1);
stbbr_stop();
} }
void void