From e06ee111508742664b326e818127ee8103b62c5d Mon Sep 17 00:00:00 2001 From: Nick Rosbrook Date: Mon, 19 Jan 2026 13:48:07 -0500 Subject: [PATCH] test: check that currentServer field is set in resolvectl JSON status --- test/units/TEST-75-RESOLVED.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/units/TEST-75-RESOLVED.sh b/test/units/TEST-75-RESOLVED.sh index 31023ca17a3..47b5fa66601 100755 --- a/test/units/TEST-75-RESOLVED.sh +++ b/test/units/TEST-75-RESOLVED.sh @@ -959,6 +959,9 @@ testcase_10_resolvectl_json() { assert_eq "$(resolvectl --json=short nta dns0 | jq -rc '.[0].negativeTrustAnchors | .[0]')" 'bar' assert_eq "$(jq -rc '.[0].negativeTrustAnchors | .[0]' "$status_json")" 'bar' + + # Test that currentServer is non-empty. + jq -rce '.[0].currentServer' "$status_json" } # Test serve stale feature and NFTSet= if nftables is installed -- 2.47.3