Changeset 160 for trunk/test


Ignore:
Timestamp:
Jan 17, 2008, 1:43:21 AM (17 years ago)
Author:
katerina
Message:

Some more instances of missing TIGER_NOLIM fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_2b.sh

    r30 r160  
    6464    tail -n "+$SKIP" ${SCRIPTDIR}/test.sh >/dev/null 2>&1
    6565    if [ $? -eq 0 ]; then
    66         tail -n "+$SKIP" ${SCRIPTDIR}/test.sh | gunzip -c - | tar xf - &&  \
     66        tail -n "+$SKIP" ${SCRIPTDIR}/test.sh | gunzip -c - 2>/dev/null | tar xf - &&  \
    6767            mv "./testrc.gpg.asc" "${RCFILE_C}"
    6868    else
    69         tail "+$SKIP" ${SCRIPTDIR}/test.sh | gunzip -c - | tar xf - &&  \
     69        tail "+$SKIP" ${SCRIPTDIR}/test.sh | gunzip -c - 2>/dev/null | tar xf - &&  \
    7070            mv "./testrc.gpg.asc" "${RCFILE_C}"
    7171    fi
Note: See TracChangeset for help on using the changeset viewer.