061898655b6c2217935b546b39edca7760374e73
[oota-llvm.git] / archive-error-tmp.txt
1 REQUIRES: shell
2
3 Test that no temporary file is left behind on error.
4
5 RUN: rm -rf %t
6 RUN: mkdir %t
7 RUN: not llvm-ar rc %t/foo.a .
8 RUN: rmdir %t
9