File: zero-blocks.t

package info (click to toggle)
libtest-base-perl 0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 656 kB
  • ctags: 203
  • sloc: perl: 2,014; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
use Test::Base;

plan tests => 1;

ok(blocks == 0, 'Ok to have zero blocks');

__DATA__

There really is nothing here to test...