Skip to content
Snippets Groups Projects
Commit 75e29fcc5a71 authored by Emanuele Giaquinta's avatar Emanuele Giaquinta
Browse files

test-convert-cvs: add sleep so cvs notices changes

This change makes the test pass on gcc112.fsffrance.org.
parent c60dfcc0abf2
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,7 @@
T a
T b/c
$ cvs -q update -r branch > /dev/null
$ sleep 1
$ echo d >> b/c
$ cvs -q commit -mci2 . | grep '<--'
$TESTTMP/cvsrepo/src/b/c,v <-- *c (glob)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment