From 4d014221d4aaf9c2e7a323be002f058ebb4d79e2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 15 Oct 2021 12:41:27 +0200 Subject: [PATCH] Fix test against old daemon --- tests/gc.sh | 1 + 1 file changed, 1 insertion(+) 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