From: Richard Jones Date: Wed, 10 Jun 2009 14:31:29 +0000 (+0100) Subject: Remove obsolete comment from generator. X-Git-Tag: 1.0.56~11^2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=179778adeed965a9652c344a201d2078d868d391;p=libguestfs.git Remove obsolete comment from generator. --- diff --git a/src/generator.ml b/src/generator.ml index 27ecb51..b3f27cd 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -143,13 +143,6 @@ can easily destroy all your data>." * * Between each test we blockdev-setrw, umount-all, lvm-remove-all. * - * If the appliance is running an older Linux kernel (eg. RHEL 5) then - * devices are named /dev/hda etc. To cope with this, the test suite - * adds some hairly logic to detect this case, and then automagically - * replaces all strings which match "/dev/sd.*" with "/dev/hd.*". - * When writing test cases you shouldn't have to worry about this - * difference. - * * Don't assume anything about the previous contents of the block * devices. Use 'Init*' to create some initial scenarios. *