]> granicus.if.org Git - clang/commitdiff
Fix find command in test/Modules/prune.m broken by r206201
authorBen Langmuir <blangmuir@apple.com>
Mon, 14 Apr 2014 18:50:28 +0000 (18:50 +0000)
committerBen Langmuir <blangmuir@apple.com>
Mon, 14 Apr 2014 18:50:28 +0000 (18:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206203 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/prune.m

index 4901792589729aa508b51339023302256216a5ae..7bc771f7843d580659e58cbe9882cdee173f9410 100644 (file)
@@ -37,7 +37,7 @@
 // Set both timestamp and DependsOnModule.pcm back beyond the cutoff.
 // This should trigger pruning, which will remove DependsOnModule but not Module.
 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp 
-// RUN: find %t -name DependsOnModule..pcm | xargs touch -a -t 201101010000
+// RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
 // RUN: %clang_cc1 -fmodules -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-after=345600 %s -verify
 // RUN: ls %t | grep modules.timestamp
 // RUN: ls -R %t | grep ^Module.*pcm