aboutsummaryrefslogtreecommitdiff
path: root/tests/wsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wsp.c')
-rw-r--r--tests/wsp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/wsp.c b/tests/wsp.c
index cca3a36..bd13e63 100644
--- a/tests/wsp.c
+++ b/tests/wsp.c
@@ -64,6 +64,11 @@ struct kwd opt_keytab[] = {
{ "nullglob", WRDSO_NULLGLOB },
{ "failglob", WRDSO_FAILGLOB },
{ "dotglob", WRDSO_DOTGLOB },
+ { "bskeep_words", WRDSO_BSKEEP_WORD },
+ { "bskeep_quote", WRDSO_BSKEEP_QUOTE },
+ { "bskeep", WRDSO_BSKEEP_WORD|WRDSO_BSKEEP_QUOTE },
+ { "novarsplit", WRDSO_NOVARSPLIT },
+ { "nocmdsplit", WRDSO_NOCMDSPLIT },
{ NULL, 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.