blob: 061898655b6c2217935b546b39edca7760374e73 [file] [log] [blame]
Rafael Espindola95779b62013-07-16 16:00:32 +00001REQUIRES: shell
2
3Test that no temporary file is left behind on error.
4
5RUN: rm -rf %t
6RUN: mkdir %t
7RUN: not llvm-ar rc %t/foo.a .
8RUN: rmdir %t
9