From ca3d9f8b31378093ecfbce493aab979c97d5ba78 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 14 Apr 2012 19:52:58 +0200 Subject: [PATCH] Urgh, modified the wrong file... --- tests/common.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common.sh.in b/tests/common.sh.in index 0f46e5f4e..031a0d66d 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() {