IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2009, 4:11:30 PM (17 years ago)
Author:
jhoblitt
Message:

add nebPrune()

File:
1 edited

Legend:

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

    r24290 r24923  
    2020    char            *key = "foobarbaz";
    2121
    22     plan_tests(29);
     22    plan_tests(30);
    2323
    2424    if (getenv("NEB_SERVER")) {
     
    138138    neb_ok(server, nebChmod(server, "movedfile", 0440) == 0, "chmod object");
    139139
     140    // no dead instances to remove
     141    neb_ok(server, nebPrune(server, "movedfile") == 0, "prune object");
     142
    140143    if (!nebDelete(server, "movedfile")) {
    141144        diag( "cleanup failed %s\n", nebErr(server));
Note: See TracChangeset for help on using the changeset viewer.