ash testsuite: fix false positives

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/ash_test/ash-misc/exitcode_EACCES.right b/shell/ash_test/ash-misc/exitcode_EACCES.right
index 0a332f5..50719c9 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 45b27b3..51a4f11 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