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

regress/scripts/functions

index 70070f65673c9b3e54c9dc24574b365bbb468e9f..3a0ac0022949f23282785739c89d16eb83222de1 100644 (file)
@@ -110,16 +110,6 @@ check_files_written()
     fi
 }
 
-get_duration()
-{
-    LOG=$1
-    T=`awk 'BEGIN {t["secs"]=1;t["sec"]=1;t["min"]=60;t["mins"]=60}; /Elapsed time:/ { last=$3*t[$4] } END { print last }' $LOG`
-    echo $T    
-}
-
-check_duration()
-{
-}
 
 run_bacula()
 {