You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2008/04/11 18:38:07 UTC

svn commit: r647218 - /commons/sandbox/exec/trunk/src/test/scripts/error.dcl

Author: sebb
Date: Fri Apr 11 09:37:57 2008
New Revision: 647218

URL: http://svn.apache.org/viewvc?rev=647218&view=rev
Log:
Ensure error exit does not print a message

Modified:
    commons/sandbox/exec/trunk/src/test/scripts/error.dcl

Modified: commons/sandbox/exec/trunk/src/test/scripts/error.dcl
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/test/scripts/error.dcl?rev=647218&r1=647217&r2=647218&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/test/scripts/error.dcl (original)
+++ commons/sandbox/exec/trunk/src/test/scripts/error.dcl Fri Apr 11 09:37:57 2008
@@ -22,4 +22,4 @@
 $ ENV_VAR=f$trnlnm("TEST_ENV_VAR")
 $ write sys$output "FOO.''ENV_VAR'.''P1'"
 $!
-$ exit 2 ! this is an Error
\ No newline at end of file
+$ exit %x10000002 ! this is an Error, but does not print a message
\ No newline at end of file