repo.or.cz
/
openxpki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Web interface: added forgotten file /lib/display_field.mhtml
[openxpki.git]
/
trunk
/
clients
/
perl
/
OpenXPKI-Client
/
t
/
99.cleanup.t
blob
1f3913b6565205550ae6db7f82a7f7d094886c5c
1
use Test::More tests => 1;
2
use File::Path;
3
use File::Spec;
4
use English;
5
6
use strict;
7
use warnings;
8
9
our %config;
10
require 't/common.pl';
11
12
diag("Cleaning up");
13
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}));