diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-14T17·52+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-14T17·52+0200 |
commit | ca3d9f8b31378093ecfbce493aab979c97d5ba78 (patch) | |
tree | edcaf363249be155274f92ab0fd95877993fea1a /tests/common.sh.in | |
parent | ef902274fd4b1c13732851e6cbfa00d4d4e46821 (diff) |
Urgh, modified the wrong file...
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 2 |
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() { |