diff --git a/ld/ChangeLog b/ld/ChangeLog index 1ce8439e86a..ca3b65166dc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-02-02 Maciej W. Rozycki + + * ld/testsuite/lib/ld-lib.exp (run_dump_test): Fix a typo, + s/regexp/regex/. + 2017-02-02 Jiong Wang * testsuite/lib/ld-lib.exp (check_libdl_available): New function. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 61626ec5796..fece871307d 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -956,7 +956,7 @@ proc run_dump_test { name {extra_options {}} } { set exitstat "succeeded" if { $cmdret != 0 } { set exitstat "failed" } - if { $check_ld(source) == "regexp" } { + if { $check_ld(source) == "regex" } { verbose -log "$exitstat with: <$comp_output>, expected: <$check_ld(regex)>" } elseif { $check_ld(source) == "file" } { verbose -log "$exitstat with: <$comp_output>, expected in file $check_ld(file)"