about summary refs log tree commit diff stats
path: root/functionaltests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-07 02:13:07 +0100
committerJames Booth <boothj5@gmail.com>2015-06-07 02:13:07 +0100
commited2d87d7647ddd4ce70f8fa45b4e24b40592d852 (patch)
tree1aea0d01628047fb36fec7ab1846f4468ecf833c /functionaltests
parente8095a1b96f89f7097696d4a236b3849e9a276a5 (diff)
parent046da191c8093b0ead82dc188bcaf7dbd263bfcb (diff)
downloadprofani-tty-ed2d87d7647ddd4ce70f8fa45b4e24b40592d852.tar.gz
Merge branch 'master' into openpgp
Diffstat (limited to 'functionaltests')
-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