about summary refs log tree commit diff
path: root/lib/tests
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2022-05-16 17:03:37 +0200
committerGitHub <noreply@github.com>2022-05-16 17:03:37 +0200
commite06f66e73c5316cf25ec3d9cb8f08e072da61590 (patch)
tree68211bce234d68c560314ccbba95bfa2f31d4e41 /lib/tests
parent3e789af26cb39c8e25678616c184579532562058 (diff)
parent9252a7daa80bf81e76bf826caef8cb6dd08b1325 (diff)
downloadnixlib-e06f66e73c5316cf25ec3d9cb8f08e072da61590.tar
nixlib-e06f66e73c5316cf25ec3d9cb8f08e072da61590.tar.gz
nixlib-e06f66e73c5316cf25ec3d9cb8f08e072da61590.tar.bz2
nixlib-e06f66e73c5316cf25ec3d9cb8f08e072da61590.tar.lz
nixlib-e06f66e73c5316cf25ec3d9cb8f08e072da61590.tar.xz
nixlib-e06f66e73c5316cf25ec3d9cb8f08e072da61590.tar.zst
nixlib-e06f66e73c5316cf25ec3d9cb8f08e072da61590.zip
Merge pull request #170561 from klemensn/types-description
lib/types: Drop misleading plural from type descriptions
Diffstat (limited to 'lib/tests')
-rwxr-xr-xlib/tests/modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/modules.sh b/lib/tests/modules.sh
index cc13a8d38e37..82d3dd96e88b 100755
--- a/lib/tests/modules.sh
+++ b/lib/tests/modules.sh
@@ -313,7 +313,7 @@ checkConfigOutput "bar" config.priorities ./raw.nix
 
 ## Option collision
 checkConfigError \
-  'The option .set. in module .*/declare-set.nix. would be a parent of the following options, but its type .attribute set of signed integers. does not support nested options.\n\s*- option[(]s[)] with prefix .set.enable. in module .*/declare-enable-nested.nix.' \
+  'The option .set. in module .*/declare-set.nix. would be a parent of the following options, but its type .attribute set of signed integer. does not support nested options.\n\s*- option[(]s[)] with prefix .set.enable. in module .*/declare-enable-nested.nix.' \
   config.set \
   ./declare-set.nix ./declare-enable-nested.nix