]> git.sur5r.net Git - bacula/bacula/commitdiff
cleanup some scripts
authorKern Sibbald <kern@sibbald.com>
Wed, 20 Aug 2003 16:31:09 +0000 (16:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 20 Aug 2003 16:31:09 +0000 (16:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@673 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/dev-test-root
regress/tests/etc-test-root
regress/tests/lib-test-root

index 9e50dd41329e8cb6cb981d26f3beabe41f99abe5..08c57f10cc3b575a2e84a2a24890ef53e9fb0ea8 100755 (executable)
@@ -61,5 +61,6 @@ if [ $? != 0 ] ; then
 else
    echo "  ===== dev test OK ===== "
    echo "  ===== dev test OK ===== " >>test.out
+   cd ${cwd}
    scripts/cleanup
 fi
index a2ec32360c19fd17650cc5075912eec1837be5e7..dda8ed27b77b86e3d71e90731c7706d5aed668ac 100755 (executable)
@@ -61,5 +61,6 @@ if [ $? != 0 ] ; then
 else
    echo "  ===== Test4 /etc OK ===== "
    echo "  ===== Test4 OK ===== " >>test.out
+   cd ${cwd}
    scripts/cleanup
 fi
index 22b89daffcc80532b8ba09857e2236356683ffa6..056296214fd1a1240670edb07682984c6fb67874 100755 (executable)
@@ -61,5 +61,6 @@ if [ $? != 0 ] ; then
 else
    echo "  ===== Test5 /lib OK ===== "
    echo "  ===== Test5 OK ===== " >>test.out
+   cd ${cwd}
    scripts/cleanup
 fi