changeset 12580:0ae639c75b8c

test-convert-cvs-branch: add sleep so cvs notices changes
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 28 Sep 2010 03:01:35 +0200
parents aa1faedeac5a
children 19dabc8a3236
files tests/test-convert-cvs-branch.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-convert-cvs-branch.t	Tue Sep 28 02:58:00 2010 +0200
+++ b/tests/test-convert-cvs-branch.t	Tue Sep 28 03:01:35 2010 +0200
@@ -44,12 +44,14 @@
 
 Modify file a, then b, then a 
 
+  $ sleep 1
   $ echo "2" > a
   $ cvscall ci -m "mod a"
   cvs commit: Examining .
   $ echo "2" > b
   $ cvscall ci -m "mod b"
   cvs commit: Examining .
+  $ sleep 1
   $ echo "3" > a
   $ cvscall ci -m "mod a again"
   cvs commit: Examining .