Skip to content

Commit 117636b

Browse files
committed
don't need to recurse rm
1 parent 26f5f34 commit 117636b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/lit/tests/unique-output-file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# --use-unique-output-file-name.
33

44
# Files are overwritten without the option.
5-
# RUN: rm -rf %t.xunit*.xml
5+
# RUN: rm -f %t.xunit*.xml
66
# RUN: echo "test" > %t.xunit.xml
77
# RUN: not %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output
88
# RUN: FileCheck < %t.xunit.xml %s --check-prefix=NEW
99

10-
# RUN: rm -rf %t.xunit*.xml
10+
# RUN: rm -f %t.xunit*.xml
1111
# RUN: echo "test" > %t.xunit.xml
1212
# Files should not be overwritten with the option.
1313
# RUN: not %{lit} --xunit-xml-output %t.xunit.xml --use-unique-output-file-name %{inputs}/xunit-output

0 commit comments

Comments
 (0)