From 16ee4642c732bbe80009d4b1471c8a84f4279099 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 22 Apr 2015 09:00:21 +0200 Subject: [PATCH] nix: install also mdadm Some tests are checking functinality of lvm2 with mdadm. --- nix/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index 5d2a26006..a1cc98fdf 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -116,9 +116,9 @@ let else counter=0 fi - if test $counter -eq 10 || test $(cat hb.current | wc -c) -eq $(cat hb.last | wc -c); then + if test $counter -eq 10 || test $(wc -c