comparison tests/test-convert-cvs.t @ 26594:75e29fcc5a71

test-convert-cvs: add sleep so cvs notices changes This change makes the test pass on gcc112.fsffrance.org.
author Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
date Mon, 12 Oct 2015 15:42:32 +0300
parents c60dfcc0abf2
children 0823f0983eaa
comparison
equal deleted inserted replaced
26593:c60dfcc0abf2 26594:75e29fcc5a71
221 U b/c 221 U b/c
222 $ cvs -q tag -b branch 222 $ cvs -q tag -b branch
223 T a 223 T a
224 T b/c 224 T b/c
225 $ cvs -q update -r branch > /dev/null 225 $ cvs -q update -r branch > /dev/null
226 $ sleep 1
226 $ echo d >> b/c 227 $ echo d >> b/c
227 $ cvs -q commit -mci2 . | grep '<--' 228 $ cvs -q commit -mci2 . | grep '<--'
228 $TESTTMP/cvsrepo/src/b/c,v <-- *c (glob) 229 $TESTTMP/cvsrepo/src/b/c,v <-- *c (glob)
229 $ cd .. 230 $ cd ..
230 231