diff options
Diffstat (limited to 'shell/ash_test/ash-quoting')
-rw-r--r-- | shell/ash_test/ash-quoting/mode_x.right | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash_test/ash-quoting/mode_x.right b/shell/ash_test/ash-quoting/mode_x.right index c2dd3550c..d1f670af6 100644 --- a/shell/ash_test/ash-quoting/mode_x.right +++ b/shell/ash_test/ash-quoting/mode_x.right @@ -3,8 +3,8 @@ + true '%s\n' one 'two '"'"'three' four + this=command + 'this=command' -./mode_x.tests: line 1: this=command: not found +./mode_x.tests: line 10: this=command: not found + true + true + 'if' true -./mode_x.tests: line 1: if: not found +./mode_x.tests: line 14: if: not found |