diff options
Diffstat (limited to 'test/scripts/parseopts_test.sh')
-rwxr-xr-x | test/scripts/parseopts_test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/parseopts_test.sh b/test/scripts/parseopts_test.sh index 2c055b1b..97679c4f 100755 --- a/test/scripts/parseopts_test.sh +++ b/test/scripts/parseopts_test.sh @@ -140,3 +140,5 @@ parse '--force --' 2 --force # exact match on possible stem (opt has optarg) parse '--clean foo --' 3 --clean=foo + +# vim: set noet: |