1584. [bug] "make test" failed with a readonly source tree.

[RT #10461]
This commit is contained in:
Mark Andrews
2004-03-10 01:06:06 +00:00
parent 5a680f4170
commit fa7ee558e0
18 changed files with 45 additions and 40 deletions

View File

@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.21 2004/03/05 05:04:04 marka Exp $
# $Id: tests.sh,v 1.22 2004/03/10 01:06:06 marka Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
@@ -29,7 +29,7 @@ ticks=0
while [ $count != 300 ]; do
if [ $ticks = 1 ]; then
echo "I:Changing test zone..."
cp ns1/changing2.db ns1/changing.db
cp -f ns1/changing2.db ns1/changing.db
kill -HUP `cat ns1/named.pid`
fi
sleep 1