From 695d4bc76b9abdc3208a9475d71fdf0f41e925c8 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 17 Dec 2022 18:59:29 -0500 Subject: lib: fix typos --- lib/tests/modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tests') diff --git a/lib/tests/modules.sh b/lib/tests/modules.sh index 75b316c97212..cde4da643937 100755 --- a/lib/tests/modules.sh +++ b/lib/tests/modules.sh @@ -246,7 +246,7 @@ checkConfigError 'A definition for option .* is not of type .*' \ ## Freeform modules # Assigning without a declared option should work checkConfigOutput '^"24"$' config.value ./freeform-attrsOf.nix ./define-value-string.nix -# No freeform assigments shouldn't make it error +# No freeform assignments shouldn't make it error checkConfigOutput '^{ }$' config ./freeform-attrsOf.nix # but only if the type matches checkConfigError 'A definition for option .* is not of type .*' config.value ./freeform-attrsOf.nix ./define-value-list.nix -- cgit 1.4.1