From d90b0b7c81fd525421ab59d83b2336443e3f39c7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 20 Aug 2003 16:31:09 +0000 Subject: [PATCH] cleanup some scripts git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@673 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/dev-test-root | 1 + regress/tests/etc-test-root | 1 + regress/tests/lib-test-root | 1 + 3 files changed, 3 insertions(+) diff --git a/regress/tests/dev-test-root b/regress/tests/dev-test-root index 9e50dd4132..08c57f10cc 100755 --- a/regress/tests/dev-test-root +++ b/regress/tests/dev-test-root @@ -61,5 +61,6 @@ if [ $? != 0 ] ; then else echo " ===== dev test OK ===== " echo " ===== dev test OK ===== " >>test.out + cd ${cwd} scripts/cleanup fi diff --git a/regress/tests/etc-test-root b/regress/tests/etc-test-root index a2ec32360c..dda8ed27b7 100755 --- a/regress/tests/etc-test-root +++ b/regress/tests/etc-test-root @@ -61,5 +61,6 @@ if [ $? != 0 ] ; then else echo " ===== Test4 /etc OK ===== " echo " ===== Test4 OK ===== " >>test.out + cd ${cwd} scripts/cleanup fi diff --git a/regress/tests/lib-test-root b/regress/tests/lib-test-root index 22b89daffc..056296214f 100755 --- a/regress/tests/lib-test-root +++ b/regress/tests/lib-test-root @@ -61,5 +61,6 @@ if [ $? != 0 ] ; then else echo " ===== Test5 /lib OK ===== " echo " ===== Test5 OK ===== " >>test.out + cd ${cwd} scripts/cleanup fi -- 2.39.5