mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
efc42d62e8
This patch fixes elfabi tests on machines using a GMT+X timezone settings. Differential Revision: https://reviews.llvm.org/D95641
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
## Test writing unchanged content to TBE file with --write-if-changed flag.
|
|
|
|
# RUN: llvm-elfabi --elf %p/Inputs/gnu_hash.so --emit-tbe=%t
|
|
# RUN: env TZ=GMT touch -m -t 197001010000 %t
|
|
# RUN: llvm-elfabi --elf %p/Inputs/gnu_hash.so --emit-tbe=%t --write-if-changed
|
|
# RUN: env TZ=GMT ls -l %t | FileCheck %s
|
|
|
|
# CHECK: {{[[:space:]]1970}}
|