diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-11 13:38:01 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-11 13:38:01 +0100 |
commit | 5b0a37c47aaec0a753a00026b52c305442fd6678 (patch) | |
tree | 97d0cf5c85f274dae3c1bc642714e5d7b1280a9a /src | |
parent | d7db5317bc4624184fccd816cbacfce3f75cbd27 (diff) | |
download | libguestfs-5b0a37c47aaec0a753a00026b52c305442fd6678.tar.gz libguestfs-5b0a37c47aaec0a753a00026b52c305442fd6678.tar.xz libguestfs-5b0a37c47aaec0a753a00026b52c305442fd6678.zip |
Test for "version" command should be InitNone.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index b7fe470b..fc320faf 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -659,7 +659,7 @@ qemu subprocess, then this will return an error. This is an internal call used for debugging and testing."); ("version", (RStruct ("version", "version"), []), -1, [], - [InitBasicFS, Always, TestOutputStruct ( + [InitNone, Always, TestOutputStruct ( [["version"]], [CompareWithInt ("major", 1)])], "get the library version number", "\ |