diff options
Diffstat (limited to 'plugins/sudoers/regress/visudo/test5.sh')
-rwxr-xr-x | plugins/sudoers/regress/visudo/test5.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/sudoers/regress/visudo/test5.sh b/plugins/sudoers/regress/visudo/test5.sh new file mode 100755 index 0000000..c870df9 --- /dev/null +++ b/plugins/sudoers/regress/visudo/test5.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# +# Test comment on the last line with no newline +# + +: ${VISUDO=visudo} + +printf "# one comment\n#two comments" | $VISUDO -csf - + +exit 0 |