From 9ba779ea367b2ea7077da7bdd75e813cd06c7eea Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 10 Nov 2011 16:34:57 +0000 Subject: [PATCH] tune2fs-l: Add a test. --- generator/generator_actions.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index d3fa3e0..243ea9b 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -2585,7 +2585,10 @@ C should be a file or directory in the mounted file system This is the same as the C system call."); ("tune2fs_l", (RHashtable "superblock", [Device "device"], []), 55, [], - [], (* XXX test *) + [InitScratchFS, Always, TestOutputHashtable ( + [["tune2fs_l"; "/dev/sdb1"]], + ["Filesystem magic number", "0xEF53"; + "Filesystem OS type", "Linux"])], "get ext2/ext3/ext4 superblock details", "\ This returns the contents of the ext2, ext3 or ext4 filesystem -- 1.8.3.1