@ -1,3 +1,8 @@
2022-09-26 Jacob Bachmeyer <jcb@gnu.org>
* testsuite/runtest.libs/libs.exp (process_test): Add forward
slash to the list of characters recognized as text.
2022-01-21 Jacob Bachmeyer <jcb@gnu.org>
PR53427
@ -22,7 +22,7 @@ proc process_test { test } {
global EXPECT
verbose "Running $test ..." 0
set text "\[- A-Za-z0-9\,\.\;\"\_\:\'\`\(\)\!\#\=\+\?\&\*]*"
set text "\[- A-Za-z0-9\,\.\;\"\_\:\'\`\(\)\!\#\=\+\/\?\&\*]*"
set timeout 150