aboutsummaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
authorMartin Coufal <mcoufal@redhat.com>2023-06-09 13:58:04 +0200
committerArjun Shankar <arjun@redhat.com>2023-06-09 16:25:36 +0200
commit5e8d1b0328a850c229146f40e18848728b104583 (patch)
tree57409c93b73df74555f19becb1261b88fbd3c490 /time/Makefile
parentabcf8db7fa46b73fd5b8193ce11f9312301b84c7 (diff)
downloadglibc-5e8d1b0328a850c229146f40e18848728b104583.zip
glibc-5e8d1b0328a850c229146f40e18848728b104583.tar.gz
glibc-5e8d1b0328a850c229146f40e18848728b104583.tar.bz2
Remove unused DATEMSK file for tst-getdate
tst-getdate used to rely on an in-tree datemsk file that was subsequently replaced by a file created during test execution. This commit removes the unused file and corresponding env-var and uses a more appropriate name for the temp file. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'time/Makefile')
-rw-r--r--time/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index 92bc3db..1d2e667 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -104,7 +104,6 @@ CFLAGS-mktime.c += $(config-cflags-wno-ignored-attributes)
# Don't warn about Y2k problem in strftime format string.
CFLAGS-test_time.c += -Wno-format
-tst-getdate-ENV= DATEMSK=datemsk TZDIR=${common-objpfx}timezone/testdata
test_time-ARGS= EST5EDT CST
tst-tzname-ENV = TZDIR=${common-objpfx}timezone/testdata