diff tests/test-convert-cvs-branch @ 7812:18048153fd4e

test-convert-cvs*: mute output from "cvs up" Apparently some versions of cvs outputs more than other versions. That is however not relevant for these tests.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 27 Feb 2009 17:52:31 +0100
parents 8f0305874701
children 6584953be356
line wrap: on
line diff
--- a/tests/test-convert-cvs-branch	Sat Feb 28 13:15:58 2009 +0100
+++ b/tests/test-convert-cvs-branch	Fri Feb 27 17:52:31 2009 +0100
@@ -38,7 +38,7 @@
 echo % Branch the project
 
 cvscall tag -b BRANCH
-cvscall up -r BRANCH
+cvscall up -r BRANCH > /dev/null
 
 echo % Modify file a, then b, then a