From 01ba7be8f7e546391e3576e145aa17eb69da59a5 Mon Sep 17 00:00:00 2001 From: Arzhan Kinzhalin Date: Fri, 28 Jul 2017 02:32:02 +0000 Subject: [PATCH] Remove the test store on clean up. --- test/test_lib.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_lib.bash b/test/test_lib.bash index 33cac26..b90bb58 100644 --- a/test/test_lib.bash +++ b/test/test_lib.bash @@ -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