parent
c207a78311
commit
02bca0475f
@ -0,0 +1,26 @@
|
|||||||
|
From 8c757d59c068d7c41e78f59f575eca9d58785a36 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Xavier Delaruelle <xavier.delaruelle@cea.fr>
|
||||||
|
Date: Mon, 28 Oct 2024 06:16:20 +0100
|
||||||
|
Subject: [PATCH] ts: fix 70/410 when no stdin and re chars in path
|
||||||
|
|
||||||
|
Fixes #552
|
||||||
|
|
||||||
|
Cherry-picked-by: Lukáš Zaoral <lzaoral@redhat.com>
|
||||||
|
Upstream-commit: 8c757d59c068d7c41e78f59f575eca9d58785a36
|
||||||
|
---
|
||||||
|
testsuite/modules.70-maint/410-timer.exp | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/testsuite/modules.70-maint/410-timer.exp b/testsuite/modules.70-maint/410-timer.exp
|
||||||
|
index fe1dd0ffb..14ba2d2b1 100644
|
||||||
|
--- a/testsuite/modules.70-maint/410-timer.exp
|
||||||
|
+++ b/testsuite/modules.70-maint/410-timer.exp
|
||||||
|
@@ -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\\\))*
|
||||||
|
|
Loading…
Reference in new issue