diff --git a/security/nss/tests/header b/security/nss/tests/header index dbe7a82b44a2..7b8e41ec9aad 100644 --- a/security/nss/tests/header +++ b/security/nss/tests/header @@ -470,6 +470,8 @@ tbx_dirs() TBX_LOGFILE_DIR="${TBX_LOGDIR}" elif [ -d "${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" ] ; then TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" + elif [ -d "${NSS_VER_DIR}/logs/tinderbox/HP-UX-11.00" ] ; then + TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/HP-UX-11.00" elif [ -d "${NSS_VER_DIR}/logs/tinderbox/Solaris2.6" ] ; then TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris2.6" else