cut-and-pasto
authorSimon Marlow <simonmar@microsoft.com>
Wed, 16 Jan 2008 10:37:51 +0000 (10:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 16 Jan 2008 10:37:51 +0000 (10:37 +0000)
utils/runstdtest/runstdtest.prl

index 1e23f1f..6059760 100644 (file)
@@ -96,7 +96,7 @@ arg: while ($_ = $ARGV[0]) {
     /^-accept-output$/        && do { $SaveStdout = 1; $SaveStderr = 1; next arg; };
 
     /^-stdout-binary/ && do { $StdoutBinary=1; next arg; };
-    /^-stdout-binary/ && do { $StderrBinary=1; next arg; };
+    /^-stderr-binary/ && do { $StderrBinary=1; next arg; };
 
     /^-O(.*)/  && do { push(@PgmArgs, &grab_arg_arg('-O',$1)); next arg; };
     /^-i(.*)/  && do { $PgmStdinFile = &grab_arg_arg('-i',$1);