Skip to content

Commit 841ab0b

Browse files
flichtenheldcron2
authored andcommitted
t_client.sh: Do not use CA_CERT variable as indicator for good .rc file
t_client.sh doesn't actually care about this variable, and our .rc files do not use it anymore. If you really want to dynamically skip running t_client.sh just set TEST_RUN_LIST to empty in the .rc file. Change-Id: I7cf7146c3c4f1a01b0bcb57e03d09b32f8b59780 Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1664 Message-Id: <20260506145933.22301-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg36827.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
1 parent 64fbcb6 commit 841ab0b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/t_client.sh.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ then
6262
exit 1
6363
fi
6464

65-
if [ -z "$CA_CERT" ] ; then
66-
echo "CA_CERT not defined in 't_client.rc'. SKIP test." >&2
67-
exit "${TCLIENT_SKIP_RC}"
68-
fi
69-
7065
if [ -z "$TEST_RUN_LIST" ] ; then
7166
echo "TEST_RUN_LIST empty, no tests defined. SKIP test." >&2
7267
exit "${TCLIENT_SKIP_RC}"

0 commit comments

Comments
 (0)