about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-07 02:07:09 +0100
committerJames Booth <boothj5@gmail.com>2015-06-07 02:07:09 +0100
commit046da191c8093b0ead82dc188bcaf7dbd263bfcb (patch)
treee09d22772fa7ffe538d420ea0ef8b3f7e7f1d18e
parent0e5dc6d89b1121c8a00ebba142d0b5f02de5e097 (diff)
downloadprofani-tty-046da191c8093b0ead82dc188bcaf7dbd263bfcb.tar.gz
Moved stbbr_stop call in functional tests
-rw-r--r--functionaltests/proftest.c2
1 files changed, 1 insertions, 1 deletions
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