summaryrefslogtreecommitdiffstats
path: root/tests/bugs/snapshot/bug-1399598-uss-with-ssl.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/snapshot/bug-1399598-uss-with-ssl.t')
-rwxr-xr-xtests/bugs/snapshot/bug-1399598-uss-with-ssl.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/snapshot/bug-1399598-uss-with-ssl.t b/tests/bugs/snapshot/bug-1399598-uss-with-ssl.t
index 7d6252638b5..f4e4e6ec4d2 100755
--- a/tests/bugs/snapshot/bug-1399598-uss-with-ssl.t
+++ b/tests/bugs/snapshot/bug-1399598-uss-with-ssl.t
@@ -20,7 +20,7 @@ function total_online_bricks
{
# This will count snapd, which isn't really a brick, but callers can
# account for that so it's OK.
- find $GLUSTERD_WORKDIR -name '*.pid' | wc -l
+ find $GLUSTERD_PIDFILEDIR -name '*.pid' | wc -l
}
cleanup;