diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-03 00:10:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-03 00:10:20 +0200 |
commit | d3b4e5ec6a79b16796be1414df19abba837daab6 (patch) | |
tree | 71a51129508684a47da198c8da524ababa2ef742 /shell | |
parent | a62bc80571eae6d286aed9a92d47dc42318a8146 (diff) | |
download | busybox-d3b4e5ec6a79b16796be1414df19abba837daab6.tar.gz |
hust testsuite: fix a false positive
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush_test/hush-misc/assignment2.right | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/assignment2.right b/shell/hush_test/hush-misc/assignment2.right index 591552cde..3812a24ff 100644 --- a/shell/hush_test/hush-misc/assignment2.right +++ b/shell/hush_test/hush-misc/assignment2.right @@ -1,2 +1,2 @@ -hush: can't exec 'a=b': No such file or directory +hush: can't execute 'a=b': No such file or directory 1 |