@@ -630,13 +630,11 @@ TestRunner.py:
630630 %{fs-sep} file system path separator
631631 %t temporary file name unique to the test
632632 %basename_t The last path component of %t but without the ``.tmp `` extension (deprecated, use ``%{t:stem} `` instead)
633- %T parent directory of %t (not unique, deprecated, do not use)
634633 %% %
635634 %/s %s but ``\ `` is replaced by ``/ ``
636635 %/S %S but ``\ `` is replaced by ``/ ``
637636 %/p %p but ``\ `` is replaced by ``/ ``
638637 %/t %t but ``\ `` is replaced by ``/ ``
639- %/T %T but ``\ `` is replaced by ``/ ``
640638 %{s:basename} The last path component of %s
641639 %{t:stem} The last path component of %t but without the ``.tmp `` extension (alias for %basename_t)
642640 %{s:real} %s after expanding all symbolic links and substitute drives
@@ -648,12 +646,10 @@ TestRunner.py:
648646 %{/S:real} %/S after expanding all symbolic links and substitute drives
649647 %{/p:real} %/p after expanding all symbolic links and substitute drives
650648 %{/t:real} %/t after expanding all symbolic links and substitute drives
651- %{/T:real} %/T after expanding all symbolic links and substitute drives
652649 %{/s:regex_replacement} %/s but escaped for use in the replacement of a ``s@@@ `` command in sed
653650 %{/S:regex_replacement} %/S but escaped for use in the replacement of a ``s@@@ `` command in sed
654651 %{/p:regex_replacement} %/p but escaped for use in the replacement of a ``s@@@ `` command in sed
655652 %{/t:regex_replacement} %/t but escaped for use in the replacement of a ``s@@@ `` command in sed
656- %{/T:regex_replacement} %/T but escaped for use in the replacement of a ``s@@@ `` command in sed
657653 %:s On Windows, %/s but a ``: `` is removed if its the second character.
658654 Otherwise, %s but with a single leading ``/ `` removed.
659655 %:S On Windows, %/S but a ``: `` is removed if its the second character.
@@ -662,8 +658,6 @@ TestRunner.py:
662658 Otherwise, %p but with a single leading ``/ `` removed.
663659 %:t On Windows, %/t but a ``: `` is removed if its the second character.
664660 Otherwise, %t but with a single leading ``/ `` removed.
665- %:T On Windows, %/T but a ``: `` is removed if its the second character.
666- Otherwise, %T but with a single leading ``/ `` removed.
667661 %{readfile:<filename>} Reads the file specified.
668662 ======================= ==============
669663
0 commit comments