Skip to content

Commit

Permalink
ts: fix 70/410 when no stdin and re chars in path
Browse files Browse the repository at this point in the history
Fixes #552
  • Loading branch information
xdelaruelle committed Oct 28, 2024
1 parent 0d56321 commit 8c757d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .hunspell.en.dic
Original file line number Diff line number Diff line change
Expand Up @@ -1186,3 +1186,4 @@ C1
B2
A2
C2
stdin
2 changes: 1 addition & 1 deletion testsuite/modules.70-maint/410-timer.exp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ testouterr_cmd_re sh {list --timer --silent} OK $tserr
# debug
set tserr "($timer_msgs .* \\\(\\d+.\\d+ ms\\\))*

[msg_load foo/1.0 "Evaluate modulefile: '$mpre/foo/1.0' as 'foo/1.0'"]
[escre [msg_load foo/1.0 "Evaluate modulefile: '$mp/foo/1.0' as 'foo/1.0'"]]

($timer_msgs .* \\\(\\d+.\\d+ ms\\\))*

Expand Down

0 comments on commit 8c757d5

Please sign in to comment.