From fddf0fd00f0926c7db354798e117a8a1f4e40e7c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 4 Jan 2008 16:25:38 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6210 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/all-non-root-tape-tests | 4 ++-- regress/tests/small-file-size-tape | 2 +- .../tests/{truncate-bug-1t1d-test => truncate-bug-1t1d-tape} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename regress/tests/{truncate-bug-1t1d-test => truncate-bug-1t1d-tape} (100%) diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index aed1255e84..5ffc96b240 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -19,8 +19,8 @@ nice tests/four-jobs-tape nice tests/incremental-tape nice tests/relabel-tape nice tests/restore-by-file-tape -nice tests/small-file-size-tape -nice tests/truncate-bug-1t1d-test +nice tests/small-file-size-1t1d-tape +nice tests/truncate-bug-1t1d-tape nice tests/two-pool-2t1da-tape nice tests/2drive-incremental-2t2da-tape nice tests/bscan-tape diff --git a/regress/tests/small-file-size-tape b/regress/tests/small-file-size-tape index d6e8163a9a..49dbe2130e 100755 --- a/regress/tests/small-file-size-tape +++ b/regress/tests/small-file-size-tape @@ -3,7 +3,7 @@ # Run a simple backup of the Bacula build directory # to a tape where the maximum tape file size is set to 1M # -TestName="small-file-size-tape" +TestName="small-file-size-1t1d-tape" JobName=smallfilesize . scripts/functions diff --git a/regress/tests/truncate-bug-1t1d-test b/regress/tests/truncate-bug-1t1d-tape similarity index 100% rename from regress/tests/truncate-bug-1t1d-test rename to regress/tests/truncate-bug-1t1d-tape -- 2.39.5