2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

9 lines
127 B
Bash
Raw Normal View History

2013-11-12 09:50:36 -07:00
#!/bin/sh
#
# Test comment on the last line with no newline
#
printf "# one comment\n#two comments" | ./visudo -csf -
exit 0