diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-29 20:02:53 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-29 20:02:53 +0200 |
commit | 7a24e8ffebf60d5d5343f7207bb84e5766c2f902 (patch) | |
tree | 5c50d74de9926645b14175ec998c71d2b07e8815 /shell/hush_test | |
parent | 46e6498b2afccd093d03697313e0d0c2f6e4d38d (diff) |
shell testsuite: add trailing newline to var_unbackslash1.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test')
-rwxr-xr-x | shell/hush_test/hush-vars/var_unbackslash1.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-vars/var_unbackslash1.tests b/shell/hush_test/hush-vars/var_unbackslash1.tests index cddd8ae5e..a4665e423 100755 --- a/shell/hush_test/hush-vars/var_unbackslash1.tests +++ b/shell/hush_test/hush-vars/var_unbackslash1.tests @@ -32,4 +32,4 @@ echo "Forty two:$\ (\ 42\ )\ -)"
\ No newline at end of file +)" |