1*f8476fd4SFangrui Song## Test that --plugin is ignored.
2*f8476fd4SFangrui Song
3*f8476fd4SFangrui Song# RUN: rm -f %t.a
4*f8476fd4SFangrui Song# RUN: touch %t.txt
5*f8476fd4SFangrui Song# RUN: llvm-ar rc %t.a %t.txt
6*f8476fd4SFangrui Song# RUN: llvm-ar --plugin ignore t %t.a | FileCheck %s
7*f8476fd4SFangrui Song# RUN: llvm-ar t --plugin=ignore %t.a | FileCheck %s
8*f8476fd4SFangrui Song
9*f8476fd4SFangrui Song# CHECK: {{.*}}.txt
10