use new logmsg and set --show in tests

This commit is contained in:
Kurtis Rader
2017-08-04 11:01:39 -07:00
parent d4fb75e9f3
commit 0c69e99d8b
3 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
####################
# Avoid regressions of issue #3860 wherein the first word of the alias ends with a semicolon
ran foo
foo ran
# bare `alias` should list the aliases we have created and nothing else
####################
# Bare `alias` should list the aliases we have created and nothing else
alias a-2 'echo "hello there"'
alias my_alias 'foo; and echo foo ran'