Changeset 1350:f47decd091d1


Ignore:
Timestamp:
09/09/09 21:13:15 (2 years ago)
Author:
niam
Branch:
default
Children:
1352:1e964ad3fa5f, 1355:1337d1958862
Message:

tests/xexec: proper block size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/xexec_test/test.cc

    r1348 r1350  
    3333#endif 
    3434 
    35                 io.blockSize = sizeof("xexec"); 
     35                io.blockSize = sizeof("xexec") - 1; 
    3636                io.write("xexec"); 
    3737                io.flush(); 
Note: See TracChangeset for help on using the changeset viewer.