aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-10-07 04:07:05 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-10-07 04:07:05 +0200
commitd43be8759100d34849bc6dbd94b1e20b81615d35 (patch)
treebf6f035b6739ca2b26acae2aabca93e57e5dded6 /shell
parent4c438b5ba4a209a6f47400fe192e9d807c8fe8fd (diff)
downloadbusybox-d43be8759100d34849bc6dbd94b1e20b81615d35.tar.gz
ash testsuite: fix false positives
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/ash_test/ash-misc/exitcode_EACCES.right2
-rw-r--r--shell/ash_test/ash-misc/exitcode_ENOENT.right2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash_test/ash-misc/exitcode_EACCES.right b/shell/ash_test/ash-misc/exitcode_EACCES.right
index 0a332f56c..50719c95d 100644
--- a/shell/ash_test/ash-misc/exitcode_EACCES.right
+++ b/shell/ash_test/ash-misc/exitcode_EACCES.right
@@ -1,2 +1,2 @@
-exitcode_EACCES.tests: line 1: ./: Permission denied
+./exitcode_EACCES.tests: line 1: ./: Permission denied
126
diff --git a/shell/ash_test/ash-misc/exitcode_ENOENT.right b/shell/ash_test/ash-misc/exitcode_ENOENT.right
index 45b27b32e..51a4f11bc 100644
--- a/shell/ash_test/ash-misc/exitcode_ENOENT.right
+++ b/shell/ash_test/ash-misc/exitcode_ENOENT.right
@@ -1,2 +1,2 @@
-exitcode_ENOENT.tests: line 1: ./does_not_exist_for_sure: not found
+./exitcode_ENOENT.tests: line 1: ./does_not_exist_for_sure: not found
127