From: Kern Sibbald Date: Tue, 14 Oct 2008 21:07:54 +0000 (+0000) Subject: Turn off broken sh code X-Git-Tag: Release-7.0.0~3951 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=10614df4bdda14c2f0c965d2c930490493c82e72;p=bacula%2Fbacula Turn off broken sh code git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7796 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/functions b/regress/scripts/functions index 02cc500fdb..70070f6567 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -119,15 +119,6 @@ get_duration() check_duration() { -# LOG=$1 -# TIME=$2 -# OP=${3-gt} - -# T=$(get_duration $LOG) # this is not a valid "sh" command -# if [ "$T" -$OP "$TIME" ]; then -# print_debug "Expect $OP than $TIME sec, get $T" -# bstat=2 -# fi } run_bacula()