From 7d2543369d18c785df5b1cb6dfd6d3ec3fd2ec4b Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 11 Jan 2005 00:34:14 +0000 Subject: [PATCH] don't create unnecessary dir --- tests/scripts/test017-syncreplication-refresh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test017-syncreplication-refresh b/tests/scripts/test017-syncreplication-refresh index 228e93aecc..b4f024bd96 100755 --- a/tests/scripts/test017-syncreplication-refresh +++ b/tests/scripts/test017-syncreplication-refresh @@ -21,7 +21,7 @@ if test $SYNCPROV = syncprovno; then exit 0 fi -mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $DBDIR3 +mkdir -p $TESTDIR $DBDIR1 $DBDIR2 # # Test replication: -- 2.39.5