Annotation of embedaddon/sudo/plugins/sudoers/regress/visudo/test5.sh, revision 1.1.1.1

1.1       misho       1: #!/bin/sh
                      2: #
                      3: # Test comment on the last line with no newline
                      4: #
                      5: 
                      6: printf "# one comment\n#two comments" | ./visudo -csf -
                      7: 
                      8: exit 0

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>