From aefd2eaeae465b112c4c785ac51840f79fd91104 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 24 Oct 2008 07:17:54 +0000 Subject: [PATCH] ebl Fix for unix that don't support sed -i git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7887 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/copy-job-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/tests/copy-job-test b/regress/tests/copy-job-test index 7ff636139f..a157eae40e 100755 --- a/regress/tests/copy-job-test +++ b/regress/tests/copy-job-test @@ -14,8 +14,8 @@ scripts/cleanup scripts/copy-migration-confs scripts/prepare-disk-changer echo "${cwd}/build" >${cwd}/tmp/file-list -sed -i 's/migrate/copy/g' ${cwd}/bin/bacula-dir.conf -sed -i 's/Migrate/Copy/g' ${cwd}/bin/bacula-dir.conf +sed 's/migrate/copy/g' ${cwd}/bin/bacula-dir.conf > ${cwd}/tmp/1 +sed 's/Migrate/Copy/g' ${cwd}/tmp/1 > ${cwd}/bin/bacula-dir.conf change_jobname NightlySave $JobName -- 2.39.2