Ignore:
Timestamp:
Jan 13, 2007, 8:29:53 PM (18 years ago)
Author:
rainer
Message:

Fixes a bug in sh_database.c introduced in changeset [78].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_1b.sh

    r60 r81  
    180180    #
    181181    tmp=`egrep 'File original:.*name=etc.*path=/etc' test_log_prelude 2>/dev/null | wc -l`
    182     if [ $tmp -ne 1 ]; then
     182    if [ $tmp -lt 1 ]; then
    183183        [ -z "$verbose" ] || log_msg_fail "/etc";
    184184    fi
    185185    tmp=`egrep 'Classification text: Checking' test_log_prelude 2>/dev/null | wc -l`
    186     if [ $tmp -ne 1 ]; then
     186    if [ $tmp -lt 1 ]; then
    187187        [ -z "$verbose" ] || log_msg_fail "checking";
    188188    fi
    189189    tmp=`egrep 'Classification text: Checking' test_log_prelude 2>/dev/null | wc -l`
    190     if [ $tmp -ne 1 ]; then
     190    if [ $tmp -lt 1 ]; then
    191191        [ -z "$verbose" ] || log_msg_fail "checking";
    192192    fi
Note: See TracChangeset for help on using the changeset viewer.