From 47ac66226c25192c97a605e9f7bc108ec9b2b852 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 7 Jun 2007 13:55:08 +0000 Subject: [PATCH] Fix 2drive-incremental-2tape test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4991 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/2drive-incremental-2tape | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/regress/tests/2drive-incremental-2tape b/regress/tests/2drive-incremental-2tape index 013d033541..6d8fe4a286 100755 --- a/regress/tests/2drive-incremental-2tape +++ b/regress/tests/2drive-incremental-2tape @@ -5,13 +5,15 @@ # # This script uses the autochanger and two tapes # +TestName="2drive-incremental-2tape" +JobName="2drive2tape" +. scripts/functions + if test x${TAPE_DRIVE1} = x/dev/null ; then echo "Skipping 2drive-incremenatal-2tape test. No second drive." exit fi -TestName="2drive-incremental-2tape" -JobName="2drive2tape" -. scripts/functions + scripts/copy-2drive-confs scripts/cleanup-2drive -- 2.39.5