.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "bup-tick" "1" "0.33.3" "Bup 0.33.3" "" .hy .SH NAME .PP bup-tick - wait for up to one second .SH SYNOPSIS .PP bup tick .SH DESCRIPTION .PP \f[V]bup tick\f[R] waits until \f[V]time\f[R](2) returns a different value than it originally did. Since time() has a granularity of one second, this can cause a delay of up to one second. .PP This program is useful for writing tests that need to ensure a file date will be seen as modified. It is slightly better than \f[V]sleep\f[R](1) since it sometimes waits for less than one second. .SH EXAMPLES .IP .nf \f[C] $ date; bup tick; date Sat Feb 6 16:59:58 EST 2010 Sat Feb 6 16:59:59 EST 2010 \f[R] .fi .SH BUP .PP Part of the \f[V]bup\f[R](1) suite. .SH AUTHORS Avery Pennarun .