From 28d0d7035ee3099935ef264db40a86142c098ec5 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Thu, 17 Jan 2019 13:32:24 +1100 Subject: lib/url: Include port in pb_url_to_string() And include a pxe-parser test which uses a port in the path prefix to exercise this. This could cause PXE discovery failures if parameters such as pathprefix included a port in the URL. Signed-off-by: Samuel Mendoza-Jonas --- test/parser/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test/parser/Makefile.am') diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 483add9..f9083bd 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -75,6 +75,7 @@ parser_TESTS = \ test/parser/test-pxe-non-url-pathprefix-with-conf \ test/parser/test-pxe-pathprefix-discover \ test/parser/test-pxe-pathprefix-discover-mac \ + test/parser/test-pxe-pathprefix-port \ test/parser/test-pxe-path-resolve-relative \ test/parser/test-pxe-path-resolve-absolute \ test/parser/test-pxe-discover-bootfile-root \ -- cgit v1.2.1