From: Kern Sibbald Date: Tue, 14 Oct 2008 21:07:54 +0000 (+0000) Subject: Turn off broken sh code X-Git-Tag: Release-3.0.0~799 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c270f5662c5baf138183b1957f820fbd89ba21dd;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()