summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-06-10 15:31:29 +0100
committerRichard Jones <rjones@redhat.com>2009-06-10 15:42:49 +0100
commitccc1d216032ff61a81eb1116df44d5bd82079462 (patch)
tree1a2edeb807367eee0d0850a94c706d55819020fc /src
parentd96554c58fd48db02156044fc15b181e453f0315 (diff)
downloadlibguestfs-ccc1d216032ff61a81eb1116df44d5bd82079462.tar.gz
libguestfs-ccc1d216032ff61a81eb1116df44d5bd82079462.tar.xz
libguestfs-ccc1d216032ff61a81eb1116df44d5bd82079462.zip
Remove obsolete comment from generator.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 27ecb51e..b3f27cd7 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.
*