]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/functions
Updates
[bacula/bacula] / regress / scripts / functions
index 33dd28d86acc8cd08034f96ca75057581e41d3ad..d3f8f85456108823ef016448d7d52cb375dc2412 100644 (file)
@@ -63,7 +63,7 @@ check_for_zombie_jobs()
 
 change_jobname()
 {
-   if test $# == 1; then
+   if test $# -eq 1; then
       oldname=NightlySave
       newname=$1
    else