This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug locale/24442] FAIL: iconv/test-iconvconfig
- From: "fweimer at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sourceware dot org
- Date: Thu, 11 Apr 2019 10:08:28 +0000
- Subject: [Bug locale/24442] FAIL: iconv/test-iconvconfig
- Auto-submitted: auto-generated
- References: <bug-24442-131@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=24442
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat dot com
--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
Isn't the test bogus?
$(objpfx)test-iconvconfig.out: /dev/null $(objpfx)iconvconfig
(set -e; \
tmp=$(objpfx)gconv-modules.cache.$$$$; \
rm -f $$tmp; \
$(make-test-out) --output=$$tmp --nostdlib $(inst_gconvdir); \
cmp $$tmp $(inst_gconvdir)/gconv-modules.cache; \
rm -f $$tmp) > $@; \
$(evaluate-test)
Why would the file be the same as the *installed* gconv-modules.cache file?
--
You are receiving this mail because:
You are on the CC list for the bug.