summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/visudo/test5.sh
blob: 29364ea7d10258d885e55beed2b2b0b3cd62d741 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# Test comment on the last line with no newline
#

printf "# one comment\n#two comments" | ./visudo -csf -

exit 0