IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2007, 12:27:13 PM (19 years ago)
Author:
jhoblitt
Message:

s/NEBULOUS_SERVER/NEB_SERVER/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/tests/tests.c

    r12965 r13045  
    1818    plan_tests(22);
    1919
    20     if (getenv("NEBULOUS_SERVER")) {
    21         server = nebServerAlloc(getenv("NEBULOUS_SERVER"));
     20    if (getenv("NEB_SERVER")) {
     21        server = nebServerAlloc(getenv("NEB_SERVER"));
    2222    } else {
    2323        server = nebServerAlloc(NULL);
Note: See TracChangeset for help on using the changeset viewer.