svn commit: trunk/busybox/shell/msh_test/msh-execution
vda at busybox.net
vda at busybox.net
Sun Jun 1 07:16:55 PDT 2008
Author: vda
Date: 2008-06-01 07:16:54 -0700 (Sun, 01 Jun 2008)
New Revision: 22159
Log:
msh: fix ENOENT testcase
Modified:
trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.right
trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.tests
Changeset:
Modified: trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.right
===================================================================
--- trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.right 2008-06-01 12:50:21 UTC (rev 22158)
+++ trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.right 2008-06-01 14:16:54 UTC (rev 22159)
@@ -1,2 +1,2 @@
-./does_exist_for_sure: not found
+./does_not_exist_for_sure: not found
127
Modified: trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.tests
===================================================================
--- trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.tests 2008-06-01 12:50:21 UTC (rev 22158)
+++ trunk/busybox/shell/msh_test/msh-execution/exitcode_ENOENT.tests 2008-06-01 14:16:54 UTC (rev 22159)
@@ -1,2 +1,2 @@
-./does_exist_for_sure
+./does_not_exist_for_sure
echo $?
More information about the busybox-cvs
mailing list