|
From: <jk...@us...> - 2025-11-20 19:45:09
|
Revision: 4273
http://sourceforge.net/p/elftoolchain/code/4273
Author: jkoshy
Date: 2025-11-20 19:45:08 +0000 (Thu, 20 Nov 2025)
Log Message:
-----------
libelf/testsuite: Use deterministic file timestamps in a test.
TET will (by default) copy test case files to a temporary
directory before executing a test case. This causes the
modification times for individual files in the test case's
temporary directory to differ from their respective timestamps
when the test archive was built.
Instead, use a fixed file modification time for archive members
when creating the archive, and have the test case check for
this fixed value.
Modified Paths:
--------------
trunk/tests/tet/libelf/tset/elf_getarhdr/Makefile
trunk/tests/tet/libelf/tset/elf_getarhdr/getarhdr.m4
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|