/[vz-tools]/trunk/t/10-vz.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/10-vz.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 42 by dpavlin, Fri Feb 8 23:53:40 2008 UTC revision 53 by dpavlin, Fri Aug 15 10:50:32 2008 UTC
# Line 17  is_deeply( ip2hostname('127.0.0.1'), 'lo Line 17  is_deeply( ip2hostname('127.0.0.1'), 'lo
17    
18  ok(conf_veids(), 'conf_veids');  ok(conf_veids(), 'conf_veids');
19    
20    
21    SKIP: {
22    
23    skip( 'need root', 3 ) unless $> == 0;
24    
25  ok(my $text = vzlist(), 'vzlist');  ok(my $text = vzlist(), 'vzlist');
26  diag $text if $debug;  diag $text if $debug;
27    
# Line 25  diag dump($hash) if $debug; Line 30  diag dump($hash) if $debug;
30    
31  isa_ok($hash, 'HASH');  isa_ok($hash, 'HASH');
32    
33    }

Legend:
Removed from v.42  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26