Ignore:
Timestamp:
01/03/2008 22:31:51 (4 years ago)
Author:
chris
Message:

Disable another symlink test on Win32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/bbackupd/testbbackupd.cpp

    r2096 r2097  
    11611161        if (!ServerIsAlive(bbstored_pid)) return 1; 
    11621162 
     1163        #ifndef WIN32 
    11631164        printf("\n==== Testing that absolute symlinks are not followed " 
    11641165                "during restore\n"); 
     
    12441245                if (!ServerIsAlive(bbstored_pid)) return 1; 
    12451246        } 
     1247        #endif // !WIN32 
    12461248 
    12471249        printf("\n==== Testing that redundant locations are deleted on time\n"); 
Note: See TracChangeset for help on using the changeset viewer.