From: Denys Vlasenko Date: Fri, 7 Oct 2016 02:07:05 +0000 (+0200) Subject: ash testsuite: fix false positives X-Git-Tag: 1_26_0~162 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d43be8759100d34849bc6dbd94b1e20b81615d35;p=oweals%2Fbusybox.git ash testsuite: fix false positives Signed-off-by: Denys Vlasenko --- 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