blob: 061898655b6c2217935b546b39edca7760374e73 [file] [log] [blame]
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