]> git.sur5r.net Git - bacula/bacula/commitdiff
Turn off broken sh code
authorKern Sibbald <kern@sibbald.com>
Tue, 14 Oct 2008 21:07:54 +0000 (21:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 14 Oct 2008 21:07:54 +0000 (21:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7796 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/functions

index 02cc500fdbc1820a75b3cf224539148cfe5270d9..70070f65673c9b3e54c9dc24574b365bbb468e9f 100644 (file)
@@ -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()