diff options
-rw-r--r-- | tests/user-envs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/user-envs.sh b/tests/user-envs.sh index edb6da0bfcb2..647223ef8c4f 100644 --- a/tests/user-envs.sh +++ b/tests/user-envs.sh @@ -66,6 +66,7 @@ $nixenv -p $profiles/test -q '*' | grep -q foo-2.0 if $nixenv -p $profiles/test -q '*' | grep -q bar; then false; fi # Count generations. +$nixenv -p $profiles/test --list-generations test "$($nixenv -p $profiles/test --list-generations | wc -l)" -eq 5 # Install foo-1.0, now using its store path. |