From 49c609d26af8d6871d00f5c3f2f381264c05010f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 21 Oct 2011 17:01:21 +0000 Subject: [PATCH] Fix path relevant to GLITE_LOCATION --- org.glite.testsuites.ctb/LB/tests/lb-test-nagios-probe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-nagios-probe.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-nagios-probe.sh index 48b06ba..66f69a5 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-nagios-probe.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-nagios-probe.sh @@ -90,7 +90,7 @@ test_start printf "Checking if the probe is available..." -PROBE="$GLITE_LOCATION/usr/libexec/grid-monitoring/probes/emi.lb/LB-probe" +PROBE="$GLITE_LOCATION/libexec/grid-monitoring/probes/emi.lb/LB-probe" if [ -f "$PROBE" ]; then test_done -- 1.8.2.3