aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/security/check_for_nonssl_endpoints.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/security/check_for_nonssl_endpoints.sh b/test/security/check_for_nonssl_endpoints.sh
index 5a807fe10..446792dea 100755
--- a/test/security/check_for_nonssl_endpoints.sh
+++ b/test/security/check_for_nonssl_endpoints.sh
@@ -77,9 +77,9 @@ done
echo "------------------------------------------------------------------------"
# Display the waivers
-if [ -s $XL_FILE_PATH ]; then
+if [ -s $XF_FILE_PATH ]; then
echo "-------------------- *** WARNING XFail List *** ------------------------"
- cat $XL_FILE_PATH
+ cat $XF_FILE_PATH
echo "------------------------------------------------------------------------"
fi