diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-15T15·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-15T15·10+0000 |
commit | ee8f15930d9b2fb31b0125aac3ccd9a92d04c556 (patch) | |
tree | 4d6da8ec31e9fc984c814c68f9816f71c926c28b /tests/user-envs.sh | |
parent | f351834f77441e14238b3348cfe211fa6f6f4e3a (diff) |
* Test instrumentation.
Diffstat (limited to 'tests/user-envs.sh')
-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. |