diff --git a/tests/common.sh.in b/tests/common.sh.in index 0f46e5f4ec..031a0d66d1 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -35,7 +35,7 @@ readLink() { clearProfiles() { profiles="$NIX_STATE_DIR"/profiles - rm -f $profiles/* + rm -rf $profiles } clearStore() {