Changeset 788 for honeyclient/trunk/t/honeyclient_manager_vm.t
- Timestamp:
- 07/30/07 15:02:56 (1 year ago)
- Files:
-
- honeyclient/trunk/t/honeyclient_manager_vm.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/t/honeyclient_manager_vm.t
r785 r788 1103 1103 glob($cloneVMDir . "/*.vme*")) { 1104 1104 $mode = sprintf("%04o", stat($_)->mode & 07777); 1105 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.");1105 is($mode, "0440", "setMasterVM(config => '$cloneVM')") or diag("The setMasterVM() call failed. Expected file ($_) to be mode 0440, but it was mode $mode instead."); 1106 1106 } 1107 1107
