This is the mail archive of the libc-hacker@cygnus.com 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]

mysterious wordexp failure



wordexp has been failing one of its tests for the past few days:

    Test words: <$(echo $var)>, need retval 0, wordc 2
    Got retval 0, wordc 1: < abc >

where $var has previously been set to "abc".  Wordc 1 seems like the
right answer to me, but neither the test nor the code has been changed
since last October.  What gives?

zw


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