summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/packages.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/packages.scm b/tests/packages.scm
index e5704ae4b9b..4e4bffc48c7 100644
--- a/tests/packages.scm
+++ b/tests/packages.scm
@@ -1037,7 +1037,8 @@
1037 result)) 1037 result))
1038 '())))))) 1038 '()))))))
1039 1039
1040 (lset= equal? no-cache from-cache))) 1040 (and (equal? (delete-duplicates from-cache) from-cache)
1041 (lset= equal? no-cache from-cache))))
1041 1042
1042(test-assert "find-packages-by-name" 1043(test-assert "find-packages-by-name"
1043 (match (find-packages-by-name "hello") 1044 (match (find-packages-by-name "hello")