Revert "binutils: Require GNU tail for 'objdump -Wi' test"

This reverts commit 897d8d7bba.
This commit is contained in:
H.J. Lu
2025-09-10 05:15:55 -07:00
parent 0a0918901a
commit 45f3ea0bbb
7 changed files with 4 additions and 76 deletions

View File

@@ -595,14 +595,7 @@ if { ![is_elf_format] } then {
send_log "\n"
}
if {![info exists env(TAIL)]} {
# If no GNU tail is available, skip this test.
verbose "Need GNU tail for 'objdump -Wi' test"
untested "objdump -Wi"
return
}
set got [remote_exec host "$env(TAIL) -n +4 tmpdir/objdump.out" "" "/dev/null" "tmpdir/objdump.tail"]
set got [remote_exec host "tail -n +4 tmpdir/objdump.out" "" "/dev/null" "tmpdir/objdump.tail"]
set output [remote_upload host tmpdir/objdump.tail]
if ![file size $output] then {