]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Mon, 31 Jul 2006 15:30:34 +0000 (15:30 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 31 Jul 2006 15:30:34 +0000 (15:30 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3211 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/functions
regress/tests/migration-volume-test

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
index 9c9b2d0ef485d75bf5a882a8a537ce6316e8f246..9365c720d4aaaa13f9fc9d4dfb3ad6f01d4e7cbc 100755 (executable)
@@ -8,7 +8,7 @@
 TestName="migration-volume-test"
 JobName=MigVolBackup
 . scripts/functions
-set_debug 1
+set_debug 0
 
 . config.out