projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c56615
)
test: clean up $STATEDIR too
author
Franck Bui
<fbui@suse.com>
Tue, 21 Mar 2023 15:47:06 +0000
(16:47 +0100)
committer
Franck Bui
<fbui@suse.com>
Mon, 27 Mar 2023 15:20:18 +0000
(17:20 +0200)
test/test-functions
patch
|
blob
|
history
diff --git
a/test/test-functions
b/test/test-functions
index 6038b710b2b37aaef95abf9aae7b338db2daf90d..11c5da3cb1c796bd995b8fcc0a22198cd16f8252 100644
(file)
--- a/
test/test-functions
+++ b/
test/test-functions
@@
-3036,6
+3036,7
@@
_test_cleanup() {
fi
[[ -n "$TESTDIR" ]] && rm -vfr "$TESTDIR"
[[ -n "$STATEFILE" ]] && rm -vf "$STATEFILE"
+ [[ -n "$STATEDIR" ]] && rm -vfr "$STATEDIR"
) || :
}