Skip to content

Commit b805b28

Browse files
authored
Merge pull request #5932 from craigcomstock/ent-13016/3.24
RedHat 10 and Debian 13 related changes (3.24)
2 parents 46c8cf1 + 647aae6 commit b805b28

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

m4/cf3_with_library.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ AC_DEFUN([CF3_WITH_LIBRARY],
8484
if test "x$with_[$1]" != xyes &&
8585
test "x$with_[$1]" != xcheck &&
8686
test "x$with_[$1]" != x/usr &&
87-
test "x$with_[$1]" != x/
87+
test "x$with_[$1]" != x/ &&
88+
test -n "$with_[$1]"
8889
then
8990
ULN[]_LDFLAGS="$ULN[]_LDFLAGS -R$with_[$1]/lib"
9091
fi

tests/acceptance/16_cf-serverd/serial/copy_from_ciphers_success.cf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ body common control
88
bundle agent test
99
{
1010
meta:
11-
"test_soft_fail" string => "windows",
12-
meta => { "ENT-10401" };
11+
"test_soft_fail" string => "windows|redhat_10",
12+
meta => { "ENT-10401", "ENT-13494" };
1313

1414
methods:
1515
# source file

0 commit comments

Comments
 (0)