Changeset 13053
- Timestamp:
- Apr 26, 2007, 3:50:34 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/scripts/ptest.pl (modified) (1 diff)
-
Nebulous/scripts/ptest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/scripts/ptest.pl
r12974 r13053 26 26 27 27 close $fh; 28 $neb->unlock( $fname, 'write' );29 28 30 29 $fh = $neb->open( $fname, 'read' ) or die "can't open file"; 31 30 close $fh; 31 32 $neb->lock( $fname, 'read' ); 32 33 $neb->unlock( $fname, 'read' ); 33 34 34 $neb->replicate( $fname ); 35 35 $neb->cull( $fname ); -
trunk/Nebulous/scripts/ptest.pl
r12974 r13053 26 26 27 27 close $fh; 28 $neb->unlock( $fname, 'write' );29 28 30 29 $fh = $neb->open( $fname, 'read' ) or die "can't open file"; 31 30 close $fh; 31 32 $neb->lock( $fname, 'read' ); 32 33 $neb->unlock( $fname, 'read' ); 33 34 34 $neb->replicate( $fname ); 35 35 $neb->cull( $fname );
Note:
See TracChangeset
for help on using the changeset viewer.
