diff --git a/src/tests/kits/storage/disk_device/DiskDeviceTest.cpp b/src/tests/kits/storage/disk_device/DiskDeviceTest.cpp index 6c861fa5e4..4f6a3f4489 100644 --- a/src/tests/kits/storage/disk_device/DiskDeviceTest.cpp +++ b/src/tests/kits/storage/disk_device/DiskDeviceTest.cpp @@ -626,13 +626,15 @@ main() if (error != B_OK) printf("Cancelling modifications failed: %s\n", strerror(error)); } -*/ // cancel modifications +*/ // commit modifications if (error == B_OK) { error = device.CommitModifications(); if (error != B_OK) printf("Committing modifications failed: %s\n", strerror(error)); } - printf("\nDevice after cancelling the changes:\n"); + wait_for_jobs(); +// printf("\nDevice after cancelling the changes:\n"); + printf("\nDevice after committing the changes:\n"); device.VisitEachDescendant(&visitor); // for userland testing only