xref: /llvm-project/llvm/test/tools/llvm-ifs/preserve-dates-ifs.test (revision 5e171cebd3bafbf39cdad6294fe26c3952aedbc3)
1## Test writing unchanged content to TBE file with --write-if-changed flag.
2
3# RUN: llvm-ifs --input-format=ELF --output-ifs=%t %p/Inputs/gnu_hash.so
4# RUN: env TZ=GMT touch -m -t 197001010000 %t
5# RUN: llvm-ifs --input-format=ELF --output-ifs=%t --write-if-changed %p/Inputs/gnu_hash.so
6# RUN: env TZ=GMT ls -l %t | FileCheck %s
7
8# CHECK: {{[[:space:]]1970}}
9