From 0b51db7df9f3b00bc33a00858486bb8f32b38157 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Tue, 15 Oct 2019 12:14:43 -0400 Subject: More tweaks --- testsuite/lib/libffi.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/lib/libffi.exp') diff --git a/testsuite/lib/libffi.exp b/testsuite/lib/libffi.exp index 5d519e2..ab3a666 100644 --- a/testsuite/lib/libffi.exp +++ b/testsuite/lib/libffi.exp @@ -268,7 +268,7 @@ proc libffi-dg-test { prog do_what extra_tool_flags } { proc libffi-dg-prune { target_triplet text } { # We get this with some qemu emulated systems (eg. ppc64le-linux-gnu) - regsub -all "/bin/stty: 'standard input': unable to perform all requested operations" $text "" text + regsub -all "(^|\n)\[^\n\]*unable to perform all requested operations" $text "" text } proc libffi-init { args } { -- cgit v1.2.1