diff options
author | Christopher Baines <mail@cbaines.net> | 2021-04-23 11:20:36 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-04-23 11:20:36 +0100 |
commit | 6387f1bc67579485aeb11d5dfa8476ad906bef8c (patch) | |
tree | 20d2ae44b6bcc0f7a9788fe524ee37f2cdcb6b67 /tests/model-derivation.scm | |
parent | b430c632b75e5e90e36a855599e3f91302720d54 (diff) | |
download | data-service-6387f1bc67579485aeb11d5dfa8476ad906bef8c.tar data-service-6387f1bc67579485aeb11d5dfa8476ad906bef8c.tar.gz |
Fetch the list of system values from the database
This removes the need to hardcode some values in the code.
Diffstat (limited to 'tests/model-derivation.scm')
-rw-r--r-- | tests/model-derivation.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/model-derivation.scm b/tests/model-derivation.scm index d6e77b3..59f3f75 100644 --- a/tests/model-derivation.scm +++ b/tests/model-derivation.scm @@ -10,11 +10,6 @@ (lambda (conn) (check-test-database! conn) - (test-equal "valid-systems" - '("aarch64-linux" "armhf-linux" "i586-gnu" - "i686-linux" "mips64el-linux" "powerpc64le-linux" "x86_64-linux") - (valid-systems conn)) - (test-equal "count-derivations" '("0") (count-derivations conn)))) |