1 diff --git a/test/run b/test/run
2 index 43a57312..398be8d8 100755
5 @@ -148,21 +148,17 @@ file_size() {
9 - if $HOST_OS_APPLE; then
10 - xcrun dwarfdump -r 0 "$file"
11 - elif $HOST_OS_WINDOWS || $HOST_OS_CYGWIN; then
12 + if $HOST_OS_WINDOWS || $HOST_OS_CYGWIN; then
13 # For some reason objdump only shows the basename of the file, so fall
14 # back to brute force and ignorance.
18 + @objdump@ -W "$file"
23 - if $HOST_OS_APPLE; then
25 - elif $HOST_OS_WINDOWS || $HOST_OS_CYGWIN; then
26 + if $HOST_OS_WINDOWS || $HOST_OS_CYGWIN; then