From 17d8c751ae4e5efb3907385303d63e7310765f76 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 12 Jul 2013 20:53:23 +0000 Subject: Rename directory to avoid problems on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186202 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Object/Inputs/AUX/evenlen | 1 - test/Object/Inputs/Other/evenlen | 1 + test/Object/archive-update.test | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 test/Object/Inputs/AUX/evenlen create mode 100644 test/Object/Inputs/Other/evenlen (limited to 'test/Object') diff --git a/test/Object/Inputs/AUX/evenlen b/test/Object/Inputs/AUX/evenlen deleted file mode 100644 index d58ed19c91..0000000000 --- a/test/Object/Inputs/AUX/evenlen +++ /dev/null @@ -1 +0,0 @@ -newer diff --git a/test/Object/Inputs/Other/evenlen b/test/Object/Inputs/Other/evenlen new file mode 100644 index 0000000000..d58ed19c91 --- /dev/null +++ b/test/Object/Inputs/Other/evenlen @@ -0,0 +1 @@ +newer diff --git a/test/Object/archive-update.test b/test/Object/archive-update.test index 761cd1aca6..c8e5afb71a 100644 --- a/test/Object/archive-update.test +++ b/test/Object/archive-update.test @@ -6,7 +6,7 @@ RUN: cd %T RUN: rm -f %t.a Create an achive with the newest file -RUN: llvm-ar r %t.a %p/Inputs/AUX/evenlen +RUN: llvm-ar r %t.a %p/Inputs/Other/evenlen RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s Check that without the 'u' option the member is replaced with an older file. @@ -14,7 +14,7 @@ RUN: llvm-ar r %t.a %p/Inputs/evenlen RUN: llvm-ar p %t.a | FileCheck --check-prefix=OLDER %s Check that with the 'u' option the member is replaced with a newer file. -RUN: llvm-ar ru %t.a %p/Inputs/AUX/evenlen +RUN: llvm-ar ru %t.a %p/Inputs/Other/evenlen RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s Check that with the 'u' option the member is not replaced with an older file. -- cgit v1.2.3