o merged r609592

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@609593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Siveton 2008-01-07 13:12:13 +00:00
parent 4e41fbea47
commit 7279a1950a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public void testMain()
finally
{
System.setErr( oldErr );
System.setErr( oldOut );
System.setOut( oldOut );
}
}
}