Fix 028.watchdog_enable_consensus_with_half_votes test failure.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 12 Sep 2019 12:23:38 +0000 (21:23 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 12 Sep 2019 12:23:38 +0000 (21:23 +0900)
Fix path to PCPPASSFILE.

src/test/regression/tests/028.watchdog_enable_consensus_with_half_votes/test.sh

index 8116e4fa737572e7ae6ca193be309cf074dc3e15..5f868a0b257f6f5729f5d213b12b288fc948e116 100755 (executable)
@@ -80,7 +80,7 @@ dir=`pwd`
 
 failed=false
 export CHECK_TIME_WAIT=true
-export PCPPASSFILE=$dir/pgpool0/etc/pcp.conf
+export PCPPASSFILE=$dir/pgpool0/pcppass
 
 for nodes in 2 3 4
 do