diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T13·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T13·15+0000 |
commit | 550ba9ebb4b1b2415c9930879cfa6937f7fa916a (patch) | |
tree | 3c15b0a01c59be162a17bb003d09fbd80ba01aa1 /tests/common.sh.in | |
parent | 3757ee589f46a401fdacaa2126e6bf4902eee23d (diff) |
* Fix the tests.
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 32759bab01d2..1b8bb3e7df42 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -65,3 +65,7 @@ clearProfiles() { profiles="$NIX_STATE_DIR"/profiles rm -f $profiles/* } + +clearManifests() { + rm -f $NIX_STATE_DIR/manifests/* +} |