2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

don't try to cd into nsupdate.core (sic)

This commit is contained in:
Andreas Gustafsson
2000-08-31 23:51:54 +00:00
parent 5c86531118
commit c5926943a7

View File

@@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: start.sh,v 1.29 2000/08/01 01:14:27 tale Exp $ # $Id: start.sh,v 1.30 2000/08/31 23:51:54 gson Exp $
# #
# Start name servers for running system tests. # Start name servers for running system tests.
@@ -51,7 +51,7 @@ done
cd $1 cd $1
for d in ns* for d in ns[0-9]*
do do
( (
cd $d cd $d
@@ -79,7 +79,7 @@ do
) || exit 1 ) || exit 1
done done
for d in lwresd* for d in lwresd[0-9]*
do do
( (
if test ! -d $d if test ! -d $d
@@ -112,7 +112,7 @@ do
) || exit 1 ) || exit 1
done done
for d in ans* for d in ans[0-9]*
do do
( (
if test ! -d $d if test ! -d $d
@@ -151,7 +151,7 @@ status=0
sleep 5 sleep 5
for d in ns* for d in ns[0-9]*
do do
try=0 try=0
while true while true