Update the valid-systems test
This commit is contained in:
parent
64f1abd9ea
commit
4f7eca2490
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
||||||
(check-test-database! conn)
|
(check-test-database! conn)
|
||||||
|
|
||||||
(test-equal "valid-systems"
|
(test-equal "valid-systems"
|
||||||
'("aarch64-linux" "armhf-linux" "i686-linux" "mips64el-linux" "x86_64-linux")
|
'("aarch64-linux" "armhf-linux" "i586-gnu"
|
||||||
|
"i686-linux" "mips64el-linux" "x86_64-linux")
|
||||||
(valid-systems conn))
|
(valid-systems conn))
|
||||||
|
|
||||||
(test-equal "count-derivations"
|
(test-equal "count-derivations"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue