From 4702849bfe7462fb6c6303786dac1b670c8f0f8f Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Wed, 14 Sep 2022 09:17:31 +0300 Subject: [PATCH] remove copypasted kvaq test --- kv-tests.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kv-tests.el b/kv-tests.el index 1713e5e..abd6a24 100644 --- a/kv-tests.el +++ b/kv-tests.el @@ -105,13 +105,6 @@ (should-not (equal "b" (kvaq "a" '((:a . :b)("a" . "b"))))) (should-not (kvaq "b" '((:a . :b)("a" . "b"))))) -(ert-deftest kvaq () - "Test the simple assq." - (should (equal :b (kvaq :a '((:a . :b)("a" . "b"))))) - (should (equal 2 (kvaq 1 '((1 . 2)("a" . "b"))))) - (should-not (equal "b" (kvaq "a" '((:a . :b)("a" . "b"))))) - (should-not (kvaq "b" '((:a . :b)("a" . "b"))))) - (ert-deftest kvaqc () "Test the simple assq." (should (equal :b (kvaqc :a '((:a . :b)("a" . "b"))))) -- 2.37.3 ts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/setuid.scm
AgeCommit message (Collapse)Author
2021-07-29system: Add (gnu system setuid).Christopher Lemmer Webber
I flubbed and somehow when including the patch series, this got dropped. Oops... should fix things again. * gnu/system/setuid.scm: New file.