diff --git a/Library/Homebrew/test/os/linux/pathname_spec.rb b/Library/Homebrew/test/os/linux/pathname_spec.rb
index 518ae48b5e059349b9603a901589b4feadd24c31..7e4126585adf7c8cd7ad0207e1f2ec2b000e6603 100644
--- a/Library/Homebrew/test/os/linux/pathname_spec.rb
+++ b/Library/Homebrew/test/os/linux/pathname_spec.rb
@@ -10,7 +10,7 @@ describe Pathname do
 
   def patch_elfs
     mktmpdir do |tmp_dir|
-      %w[c.elf cpp.elf go.elf rust.elf].each do |elf|
+      %w[c.elf].each do |elf|
         FileUtils.cp(elf_dir/elf, tmp_dir/elf)
         yield tmp_dir/elf
       end
diff --git a/Library/Homebrew/test/support/fixtures/elf/cpp.elf b/Library/Homebrew/test/support/fixtures/elf/cpp.elf
deleted file mode 100755
index 323684c96eb89e7315e5179b80a66d2607d081bb..0000000000000000000000000000000000000000
Binary files a/Library/Homebrew/test/support/fixtures/elf/cpp.elf and /dev/null differ
diff --git a/Library/Homebrew/test/support/fixtures/elf/go.elf b/Library/Homebrew/test/support/fixtures/elf/go.elf
deleted file mode 100755
index 7f8e6f43d635a1f9ab1b9e80177775bc942fdf68..0000000000000000000000000000000000000000
Binary files a/Library/Homebrew/test/support/fixtures/elf/go.elf and /dev/null differ
diff --git a/Library/Homebrew/test/support/fixtures/elf/rust.elf b/Library/Homebrew/test/support/fixtures/elf/rust.elf
deleted file mode 100755
index 5da2ae175b787cc6fe1869d508455f0782bc1eb5..0000000000000000000000000000000000000000
Binary files a/Library/Homebrew/test/support/fixtures/elf/rust.elf and /dev/null differ