From 35102f5153a196be882a1657ccd891fc50bf89e8 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 4 May 2007 18:37:05 +0000 Subject: [PATCH] fix test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4699 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/all-non-root-tests | 2 +- regress/tests/{backup-bacula-fifo => backup-to-null} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename regress/tests/{backup-bacula-fifo => backup-to-null} (95%) diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index d6a8bfc0bd..110d8d8f61 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -16,7 +16,7 @@ nice tests/concurrent-jobs-test nice tests/data-encrypt-test nice tests/encrypt-bug-test nice tests/fifo-test -nice tests/backup-bacula-fifo +nice tests/backup-to-null nice tests/regexwhere-test # The following two can uses *lots* of disk space # so they are normally turned off, but if you have diff --git a/regress/tests/backup-bacula-fifo b/regress/tests/backup-to-null similarity index 95% rename from regress/tests/backup-bacula-fifo rename to regress/tests/backup-to-null index b650807eef..3f3df219cc 100755 --- a/regress/tests/backup-bacula-fifo +++ b/regress/tests/backup-to-null @@ -6,10 +6,10 @@ # We also use the purge and the relabel commands as # well as a pile of status storage commands. # -TestName="backup-bacula-fifo" -JobName=backupfifo +TestName="backup-to-null" +JobName=backuptonull . scripts/functions -set_debug 1 +set_debug 0 cwd=`pwd` scripts/cleanup -- 2.39.5