This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug locale/24442] FAIL: iconv/test-iconvconfig


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]