• S
    vsh-table: Fix broken build on centos and rhel · 2853a53f
    Simon Kobyda 提交于
    The reason of broken build was that centos and rhel use older version of
    glibc. These versions of glibc on these platforms cannot work with newer
    unicodes, thus causing functions iswprint() and wcwidth() return
    unexpected values causing the vshtabletest to fail. Therefore, let's
    replace the new unicode characters causing issues with some older ones
    to fix the test suite, as the issue would still persist during runtime.
    Signed-off-by: NSimon Kobyda <skobyda@redhat.com>
    Reviewed-by: NErik Skultety <eskultet@redhat.com>
    2853a53f
vshtabletest.c 10.3 KB