diff options
Diffstat (limited to 'shell/hush_test/hush-misc/syntax_err.tests')
-rwxr-xr-x | shell/hush_test/hush-misc/syntax_err.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/syntax_err.tests b/shell/hush_test/hush-misc/syntax_err.tests index c990c6475..d10ed42e9 100755 --- a/shell/hush_test/hush-misc/syntax_err.tests +++ b/shell/hush_test/hush-misc/syntax_err.tests | |||
@@ -1 +1,3 @@ | |||
1 | echo shown | ||
1 | echo test `echo 'aa` | 2 | echo test `echo 'aa` |
3 | echo not shown | ||