Changeset 539 for trunk/test


Ignore:
Timestamp:
Jan 7, 2019, 8:03:37 PM (6 years ago)
Author:
katerina
Message:

Fixes for tickets #431 (OpenBSD compatibility) and #432 (compiler warnings).

Location:
trunk/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r509 r539  
    2525run_dnmalloc ()
    2626{
     27    uname -a | grep -i openbsd >/dev/null
     28
     29    if test x$? = x0; then
     30        log_skip $num ${MAXTEST} 'test dnmalloc'
     31        return 0
     32    fi
     33
    2734    fail=0
    2835    if test x$1 = x0; then
  • trunk/test/testrun_1b.sh

    r262 r539  
    6868        #
    6969        #
    70         ${TOP_SRCDIR}/configure ${BUILDOPTS} 2>/dev/null | \
    71             egrep 'use existing [./[:alnum:]]+ for gpg checksum' >/dev/null
     70        ${TOP_SRCDIR}/configure ${BUILDOPTS} 2>/dev/null
    7271        #
    7372        #
Note: See TracChangeset for help on using the changeset viewer.