aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/shift1.right
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-06 20:12:44 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-06 20:12:44 +0200
commite59591a364e43bccb6fd4d373d3ed86fc77dffb7 (patch)
tree6a298288c291b0ce3310e15807a175c025f36c1a /shell/hush_test/hush-misc/shift1.right
parent74d20e637982b412611dbbf32b633857b1c73539 (diff)
downloadbusybox-e59591a364e43bccb6fd4d373d3ed86fc77dffb7.tar.gz
hush: Print error messages on shift -1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/shift1.right')
-rw-r--r--shell/hush_test/hush-misc/shift1.right10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/shift1.right b/shell/hush_test/hush-misc/shift1.right
new file mode 100644
index 000000000..e3ab61392
--- /dev/null
+++ b/shell/hush_test/hush-misc/shift1.right
@@ -0,0 +1,10 @@
+2 3 4
+hush: Illegal number: -1
+1 2 3 4
+1 2 3 4
+2 3 4
+3 4
+4
+
+1 2 3 4
+1 2 3 4