summaryrefslogtreecommitdiff
path: root/testsuite/lib/libffi.exp
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-10-15 12:14:43 -0400
committerAnthony Green <green@moxielogic.com>2019-10-15 12:14:43 -0400
commit0b51db7df9f3b00bc33a00858486bb8f32b38157 (patch)
tree145f85ec9864a19b20a1950e181cb0f62ddc1272 /testsuite/lib/libffi.exp
parent1ecbf62601e65001eba99e89056988cc4592aed7 (diff)
downloadlibffi-0b51db7df9f3b00bc33a00858486bb8f32b38157.tar.gz
More tweaks
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 } {