- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Nebulous (modified) (1 prop)
-
Nebulous/nebclient (modified) (1 prop)
-
Nebulous/nebclient/tests/tests.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/Nebulous
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Nebulous/nebclient
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/20090522/Nebulous/nebclient/tests/tests.c
r21461 r24557 20 20 char *key = "foobarbaz"; 21 21 22 plan_tests(2 8);22 plan_tests(29); 23 23 24 24 if (getenv("NEB_SERVER")) { … … 136 136 neb_ok(server, nebMove(server, "copyiedfile", "movedfile"), "move object"); 137 137 138 neb_ok(server, nebChmod(server, "movedfile", 0440) == 0, "chmod object"); 139 138 140 if (!nebDelete(server, "movedfile")) { 139 141 diag( "cleanup failed %s\n", nebErr(server));
Note:
See TracChangeset
for help on using the changeset viewer.
