pv 955274, rv bnaujok - add 1sec delay between file creation and changing its

attribute via dm_set_dmattr(). If the machine is too fast the ctime doesn't
change between create and dm_set_dmattr() and the test fails.
Merge of master-melb:xfs-cmds:26870a by kenmcd.

  pv 955274, rv bnaujok - add 1sec delay between file creation and changing its
  attribute via dm_set_dmattr(). If the machine is too fast the ctime doesn't
  change between create and dm_set_dmattr() and the test fails.
This commit is contained in:
Vlad Apostolov
2006-08-28 03:52:59 +00:00
parent c7251ea730
commit d4f2f54689
+1 -1
View File
@@ -172,7 +172,7 @@ main(
sprintf(command, "cp %s %s \n", ls_path, test_file);
system(command);
}
sleep(1);
/* SET loop */
for (i=0; i < num_iter; i++) {
sprintf(test_file, "%s/DMAPI_attribute_test_file.%d",