mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Test suite: in the test eventscript, run "ctdb" not "$CTDB".
It is too hard to do anything else... Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 08b636b500855e38e708e6963d8e63ded97c25ec)
This commit is contained in:
parent
6d15082045
commit
0d2c554d5f
@ -986,7 +986,7 @@ ctdb_test_eventscript_install ()
|
||||
{
|
||||
|
||||
local script='#!/bin/sh
|
||||
out=$($CTDB pnn)
|
||||
out=$(ctdb pnn)
|
||||
pnn="${out#PNN:}"
|
||||
|
||||
rm -vf "/tmp/ctdb-test-flag-${1}.${pnn}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user