X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b5c7e78352a4744a97c88c4d952847b95bf9a42d..674947e30fe81ede92efb0bc503d210d3aecf68e:/test/common.sh.in diff --git a/test/common.sh.in b/test/common.sh.in index cd99ad50..3c916274 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -96,8 +96,14 @@ if [ -t 1 ] ; then } else # don't emit anything if stdout is not connected to a tty. - progress_update () : - progress_done () : + progress_update () + { + : + } + progress_done () + { + : + } fi check_for_hard_links () {