Files
sudo/plugins/sudoers/regress/visudo/test5.sh
2013-11-12 09:50:36 -07:00

9 lines
127 B
Bash
Executable File

#!/bin/sh
#
# Test comment on the last line with no newline
#
printf "# one comment\n#two comments" | ./visudo -csf -
exit 0