From e93df02c2f41a7a5f963a2f533ad22852d06e76d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 22 Mar 2008 12:36:47 +0000 Subject: [PATCH] Correct incremental-tape setup git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6667 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/incremental-tape | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/tests/incremental-tape b/regress/tests/incremental-tape index bd9141e19d..ad86d6834d 100755 --- a/regress/tests/incremental-tape +++ b/regress/tests/incremental-tape @@ -7,7 +7,8 @@ TestName="incremental-tape" JobName=IncTape . scripts/functions -copy_tape_confs +scripts/copy-tape-confs +scripts/cleanup-tape echo "${cwd}/tmp/build" >${cwd}/tmp/file-list if test ! -d ${cwd}/tmp/build ; then -- 2.39.5