Changeset 784

Show
Ignore:
Timestamp:
07/30/07 14:22:20 (1 year ago)
Author:
kindlund
Message:

Fixed unit tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager/VM.pm

    r773 r784  
    518518diag("Note: These extended tests will take *significant* time to complete (10-30 minutes)."); 
    519519 
    520 my $question = prompt("# Do you want to run extended tests?", "no"); 
     520$question = prompt("# Do you want to run extended tests?", "no"); 
    521521if ($question !~ /^y.*/i) { 
    522522    exit;