aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/config/unix.exp
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/config/unix.exp')
-rw-r--r--binutils/testsuite/config/unix.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/config/unix.exp b/binutils/testsuite/config/unix.exp
index b5aa505..10da270 100644
--- a/binutils/testsuite/config/unix.exp
+++ b/binutils/testsuite/config/unix.exp
@@ -51,8 +51,8 @@ if ![info exists OBJDUMPFLAGS] then {
# within the tests themselves
#
expect_before {
- buffer_full { error "internal buffer is full." }
- "can't open '*'" { error "Can't open test file." }
+ buffer_full { perror "internal buffer is full." }
+ "can't open '*'" { perror "Can't open test file." }
}