##// END OF EJS Templates
tests: avoid instability in test-convert-cvs-synthetic
Matt Mackall -
r14602:c4f27129 default
parent child Browse files
Show More
@@ -23,6 +23,7 b" output of 'cvs ci' varies unpredictably,"
23
23
24 $ cvsci()
24 $ cvsci()
25 > {
25 > {
26 > sleep 1
26 > cvs -f ci "$@" >/dev/null
27 > cvs -f ci "$@" >/dev/null
27 > }
28 > }
28 $ cvscall -d "$CVSROOT" init
29 $ cvscall -d "$CVSROOT" init
General Comments 0
You need to be logged in to leave comments. Login now