Changeset 97 for trunk/test


Ignore:
Timestamp:
Mar 20, 2007, 11:32:11 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #56 (workaround for libmysql/x86-64 bug with mysql_options).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_1b.sh

    r96 r97  
    246246            # -------------  third test -------------
    247247            #
    248             if test "x$hostname" = "xtenebra"
     248            if test -f /usr/local/lib/libprelude.so
    249249            then
    250                 if test -f /usr/local/lib/libprelude.so
    251                 then
    252250                    LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
    253251                    export LD_LIBRARY_PATH
    254                 fi
    255252            fi
    256253            #
Note: See TracChangeset for help on using the changeset viewer.