IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2009, 3:25:59 PM (17 years ago)
Author:
jhoblitt
Message:

add test for nebChmod()

File:
1 edited

Legend:

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

    r21461 r24290  
    2020    char            *key = "foobarbaz";
    2121
    22     plan_tests(28);
     22    plan_tests(29);
    2323
    2424    if (getenv("NEB_SERVER")) {
     
    136136    neb_ok(server, nebMove(server, "copyiedfile", "movedfile"), "move object");
    137137
     138    neb_ok(server, nebChmod(server, "movedfile", 0440) == 0, "chmod object");
     139
    138140    if (!nebDelete(server, "movedfile")) {
    139141        diag( "cleanup failed %s\n", nebErr(server));
Note: See TracChangeset for help on using the changeset viewer.