summaryrefslogtreecommitdiff
path: root/test/Object/archive-error-tmp.txt
blob: 061898655b6c2217935b546b39edca7760374e73 (plain)
1
2
3
4
5
6
7
8
9
REQUIRES: shell

Test that no temporary file is left behind on error.

RUN: rm -rf %t
RUN: mkdir %t
RUN: not llvm-ar rc %t/foo.a .
RUN: rmdir %t