diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-24 17:08:04 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-24 17:10:18 +0200 |
| commit | 63c42afaa43d42def05dfbca1f4e10c7314b1f77 (patch) | |
| tree | b88436d25560b74b7f626739c4ab14c12aff219a /shell/ash_test | |
| parent | 41ef41b3e0a16c9f8524870a2dc4f768c237939e (diff) | |
| download | busybox-w32-63c42afaa43d42def05dfbca1f4e10c7314b1f77.tar.gz busybox-w32-63c42afaa43d42def05dfbca1f4e10c7314b1f77.tar.bz2 busybox-w32-63c42afaa43d42def05dfbca1f4e10c7314b1f77.zip | |
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test')
| -rw-r--r-- | shell/ash_test/ash-heredoc/heredoc.right | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-heredoc/heredoc.right b/shell/ash_test/ash-heredoc/heredoc.right index baf115166..85d36dae9 100644 --- a/shell/ash_test/ash-heredoc/heredoc.right +++ b/shell/ash_test/ash-heredoc/heredoc.right | |||
| @@ -16,6 +16,6 @@ tab 3 | |||
| 16 | abc | 16 | abc |
| 17 | def ghi | 17 | def ghi |
| 18 | jkl mno | 18 | jkl mno |
| 19 | fff is a shell function | 19 | fff is a function |
| 20 | hi | 20 | hi |
| 21 | there | 21 | there |
