[analyzer][CTU][NFC] Fix "Add an extra regression test"
authorBalazs Benics <balazsbenics@sigmatechnology.se>
Wed, 10 Mar 2021 12:07:49 +0000 (13:07 +0100)
committerBalazs Benics <balazsbenics@sigmatechnology.se>
Wed, 10 Mar 2021 12:07:49 +0000 (13:07 +0100)
As thakis reported, I will replace `rm -r` by `rm -rf`.
I hope it fixes the build bot.

clang/test/Analysis/ctu-inherited-default-ctor.cpp

index e3e7744..7c208a8 100644 (file)
@@ -1,6 +1,6 @@
 // Should not crash with '-analyzer-opt-analyze-headers' option during CTU analysis.
 //
-// RUN: rm -r %t && mkdir -p %t/ctudir
+// RUN: rm -rf %t && mkdir -p %t/ctudir
 // RUN: %clang_cc1 -std=c++14 -triple x86_64-pc-linux-gnu \
 // RUN:   -emit-pch -o %t/ctudir/ctu-inherited-default-ctor-other.cpp.ast \
 // RUN:    %S/Inputs/ctu-inherited-default-ctor-other.cpp