summaryrefslogtreecommitdiff
path: root/test/tools/llvm-objcopy/remove-shndx.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/llvm-objcopy/remove-shndx.test')
-rw-r--r--test/tools/llvm-objcopy/remove-shndx.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/llvm-objcopy/remove-shndx.test b/test/tools/llvm-objcopy/remove-shndx.test
index 77f4622cd5a..b8ea94cbc1d 100644
--- a/test/tools/llvm-objcopy/remove-shndx.test
+++ b/test/tools/llvm-objcopy/remove-shndx.test
@@ -1,6 +1,6 @@
# This test checks to see that a .symtab_shndx section is added to any binary
# that needs it, even if the original was removed.
-RUN: '%python' %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
+RUN: %python %p/Inputs/ungzip.py %p/Inputs/many-sections.o.gz > %t
RUN: llvm-objcopy -R .symtab_shndx %t %t2
RUN: llvm-readobj -sections %t2 | FileCheck %s