Web interface: added forgotten file /lib/display_field.mhtml
[openxpki.git] / trunk / clients / perl / OpenXPKI-Client / t / 99.cleanup.t
blob1f3913b6565205550ae6db7f82a7f7d094886c5c
1 use Test::More tests => 1;
2 use File::Path;
3 use File::Spec;
4 use English;
6 use strict;
7 use warnings;
9 our %config;
10 require 't/common.pl';
12 diag("Cleaning up");
14 diag "Stopping OpenXPKI Server.";
15 ok(system("openxpkictl --config $config{config_file} stop") == 0);
16 # leaving this intact for debugging
17 #ok(rmtree($config{server_dir}));