diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/etc/t-argparse.conf | 6 | ||||
-rw-r--r-- | tests/t-argparse.conf | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/etc/t-argparse.conf b/tests/etc/t-argparse.conf index f2db907..6559266 100644 --- a/tests/etc/t-argparse.conf +++ b/tests/etc/t-argparse.conf @@ -57,6 +57,11 @@ not-my-option [user wk ] [-info Options applied only for user wk follow] +[ignore] +output +[-ignore] + + # Change the immutable attribute back to mutable. [-force] #compliance gnupg @@ -72,5 +77,4 @@ my-option 42 # The default algorithm for new keys is set to this. a-long-option - [-echo End global config] diff --git a/tests/t-argparse.conf b/tests/t-argparse.conf index f50712e..431ee7d 100644 --- a/tests/t-argparse.conf +++ b/tests/t-argparse.conf @@ -13,4 +13,4 @@ my-option 4711 not-my-option verbose -[-echo end of user config]
\ No newline at end of file +[-echo end of user config] |