summaryrefslogtreecommitdiff
path: root/testsuite/lib/libffi.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib/libffi.exp')
-rw-r--r--testsuite/lib/libffi.exp2
1 files changed, 1 insertions, 1 deletions
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 } {