summaryrefslogtreecommitdiff
path: root/unit-tests/comment.exp
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/comment.exp')
-rw-r--r--unit-tests/comment.exp9
1 files changed, 5 insertions, 4 deletions
diff --git a/unit-tests/comment.exp b/unit-tests/comment.exp
index 9a97df0b73205..f4d31d01b6eca 100644
--- a/unit-tests/comment.exp
+++ b/unit-tests/comment.exp
@@ -1,5 +1,6 @@
-comment testing start
-this is foo
-This is how a comment looks: # comment
-comment testing done
+echo This is a shell comment: # comment
+This is a shell comment:
+echo This is not a shell comment: '# comment'
+This is not a shell comment: # comment
+A shell comment can#not start in the middle of a word.
exit status 0