about summary refs log tree commit diff
path: root/tests/common.sh.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-14T17·52+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-14T17·52+0200
commitca3d9f8b31378093ecfbce493aab979c97d5ba78 (patch)
treeedcaf363249be155274f92ab0fd95877993fea1a /tests/common.sh.in
parentef902274fd4b1c13732851e6cbfa00d4d4e46821 (diff)
Urgh, modified the wrong file...
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r--tests/common.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in
index 0f46e5f4ec21..031a0d66d1b8 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() {