diff options
author | Martin Schwenke <martin@meltin.net> | 2012-04-17 12:57:46 +1000 |
---|---|---|
committer | Martin Schwenke <martin@meltin.net> | 2012-04-17 12:57:46 +1000 |
commit | aaa6565977e5f5a1ff6c908ab57e16f8978e044e (patch) | |
tree | 6a131ff8fd0cb0b11e918c688c251615047cecac | |
parent | feff13ff6328b85fae1581c53ba4b0d617b799c2 (diff) | |
download | samba-aaa6565977e5f5a1ff6c908ab57e16f8978e044e.tar.gz samba-aaa6565977e5f5a1ff6c908ab57e16f8978e044e.tar.xz samba-aaa6565977e5f5a1ff6c908ab57e16f8978e044e.zip |
tests/eventscripts: Tweak an error message in a policy routing test
It currently has my home directory pasted into it. That can't be
right... ;-)
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 5d6e71cf6e1e0665ec96e7e4e2cfd31f40ebabae)
-rwxr-xr-x | ctdb/tests/eventscripts/13.per_ip_routing.002.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/eventscripts/13.per_ip_routing.002.sh b/ctdb/tests/eventscripts/13.per_ip_routing.002.sh index c54691fafc..3198ef36ed 100755 --- a/ctdb/tests/eventscripts/13.per_ip_routing.002.sh +++ b/ctdb/tests/eventscripts/13.per_ip_routing.002.sh @@ -8,7 +8,7 @@ setup_ctdb setup_ctdb_policy_routing required_result 1 <<EOF -error: CTDB_PER_IP_ROUTING_CONF=/home/martins/samba/ctdb/tests/eventscripts/etc-ctdb/policy_routing file not found +error: CTDB_PER_IP_ROUTING_CONF=${TEST_SUBDIR}/etc-ctdb/policy_routing file not found EOF simple_test_event "ipreallocated" |