aboutsummaryrefslogtreecommitdiff
path: root/tests/wsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wsp.c')
-rw-r--r--tests/wsp.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/wsp.c b/tests/wsp.c
index cca3a36..bd13e63 100644
--- a/tests/wsp.c
+++ b/tests/wsp.c
@@ -61,9 +61,14 @@ struct kwd bool_keytab[] = {
61}; 61};
62 62
63struct kwd opt_keytab[] = { 63struct kwd opt_keytab[] = {
64 { "nullglob", WRDSO_NULLGLOB }, 64 { "nullglob", WRDSO_NULLGLOB },
65 { "failglob", WRDSO_FAILGLOB }, 65 { "failglob", WRDSO_FAILGLOB },
66 { "dotglob", WRDSO_DOTGLOB }, 66 { "dotglob", WRDSO_DOTGLOB },
67 { "bskeep_words", WRDSO_BSKEEP_WORD },
68 { "bskeep_quote", WRDSO_BSKEEP_QUOTE },
69 { "bskeep", WRDSO_BSKEEP_WORD|WRDSO_BSKEEP_QUOTE },
70 { "novarsplit", WRDSO_NOVARSPLIT },
71 { "nocmdsplit", WRDSO_NOCMDSPLIT },
67 { NULL, 0 } 72 { NULL, 0 }
68}; 73};
69 74

Return to:

Send suggestions and report system problems to the System administrator.