diff --git a/tests/gc.sh b/tests/gc.sh index 33d627dae..a736b63db 100644 --- a/tests/gc.sh +++ b/tests/gc.sh @@ -26,6 +26,7 @@ if nix-store --delete $outPath; then false; fi test -e $outPath for i in $NIX_STORE_DIR/*; do + if [[ $i =~ /trash ]]; then continue; fi # compat with old daemon touch $i.lock touch $i.chroot done