From 4f7eca24909a438c2b40740244bf793a0eab0473 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 20 Apr 2020 08:59:10 +0100 Subject: Update the valid-systems test --- tests/model-derivation.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/model-derivation.scm b/tests/model-derivation.scm index c396c84..0e9f97b 100644 --- a/tests/model-derivation.scm +++ b/tests/model-derivation.scm @@ -11,7 +11,8 @@ (check-test-database! conn) (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)) (test-equal "count-derivations" -- cgit v1.2.3