test.mk: Be liberal in accepting GHC_PKG output
When the tree is not built, GHC_PKG refers to ghc-pkg in the patth, which may not yet support --simple-output to suppress the field name. So we strip the fieldname when parsing the output, to avoid annoying warnings.
Please register or sign in to comment