Remove the test store on clean up.

This commit is contained in:
Arzhan Kinzhalin
2017-07-28 02:32:02 +00:00
parent d8e9d8ac98
commit 01ba7be8f7
+1 -1
View File
@@ -27,7 +27,7 @@ function remove_fs {
unset CLR_LOCAL_TRUST_SRC
unset CLR_CLEAR_TRUST_SRC
rm -rf $SOURCES
# rm -rf $STORE
rm -rf $STORE
}
# vim: ft=sh:sw=4:ts=4:et:tw=80:ai