about summary refs log tree commit diff
path: root/tests/gc-runtime.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-12T11·40+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-12T11·40+0200
commit2c8c103ef80378bfcfa29ae054fd878305b5e275 (patch)
treef74c351117a11621242229ef7630dd6058ada030 /tests/gc-runtime.sh
parente5949b5ce8a4ccf4e04a3506bc1c7d15c77b1710 (diff)
Fix gc-runtime test
It was failing on some platforms.

http://hydra.nixos.org/build/39538866
Diffstat (limited to 'tests/gc-runtime.sh')
-rw-r--r--tests/gc-runtime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc-runtime.sh b/tests/gc-runtime.sh
index a44195756f52..4c5028005c57 100644
--- a/tests/gc-runtime.sh
+++ b/tests/gc-runtime.sh
@@ -10,7 +10,7 @@ esac
 set -m # enable job control, needed for kill
 
 profiles="$NIX_STATE_DIR"/profiles
-rm -f $profiles/*
+rm -rf $profiles
 
 nix-env -p $profiles/test -f ./gc-runtime.nix -i gc-runtime