# HG changeset patch # User Mads Kiilerich # Date 2010-09-28 01:01:35 # Node ID 0ae639c75b8c0aed2fd49444fe7d9db069f4f838 # Parent aa1faedeac5af0075362e11fcabf0bca125553e8 test-convert-cvs-branch: add sleep so cvs notices changes diff --git a/tests/test-convert-cvs-branch.t b/tests/test-convert-cvs-branch.t --- a/tests/test-convert-cvs-branch.t +++ b/tests/test-convert-cvs-branch.t @@ -44,12 +44,14 @@ Branch the project 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 .