# HG changeset patch # User Pierre-Yves David # Date 1730973755 -3600 # Node ID e88939f5334285a36590042c9414f9bf73be5802 # Parent 2ff4a2533b923b57d65f1d4a871a6b8f003fe45b test-install: glob instance of "python" in warning If run with something else (e.g. python3.12) the message says "python3.12" so we just glob that away. diff -r 2ff4a2533b92 -r e88939f53342 tests/test-install.t --- a/tests/test-install.t Thu Nov 07 01:30:08 2024 +0100 +++ b/tests/test-install.t Thu Nov 07 11:02:35 2024 +0100 @@ -220,7 +220,7 @@ You should consider upgrading via the '$TESTTMP/installenv/bin/python* -m pip install --upgrade pip' command. (glob) (?) (?) [notice] A new release of pip is available: * -> * (glob) (?) - [notice] To update, run: python -m pip install --upgrade pip (?) + [notice] To update, run: * -m pip install --upgrade pip (glob) (?) $ ./installenv/*/hg debuginstall || cat pip.log checking encoding (ascii)... checking Python executable (*) (glob)