Changeset 787
- Timestamp:
- 07/30/07 15:02:18 (1 year ago)
- Files:
-
- honeyclient/trunk/create_pkg_dir.pl (modified) (1 diff)
- honeyclient/trunk/lib/HoneyClient/Manager/VM.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/create_pkg_dir.pl
r783 r787 23 23 inc => 'thirdparty/inc', 24 24 'thirdparty' => 'thirdparty', 25 't' => 't', 25 26 ); 26 27 #--------------------------------------# honeyclient/trunk/lib/HoneyClient/Manager/VM.pm
r784 r787 3636 3636 glob($cloneVMDir . "/*.vme*")) { 3637 3637 $mode = sprintf("%04o", stat($_)->mode & 07777); 3638 is($mode, "04 00", "setMasterVM(config => '$cloneVM')") or diag("The setMasterVM() call failed. Expected file ($_) to be mode 0400, but it was mode $mode instead.");3638 is($mode, "0440", "setMasterVM(config => '$cloneVM')") or diag("The setMasterVM() call failed. Expected file ($_) to be mode 0440, but it was mode $mode instead."); 3639 3639 } 3640 3640
