diff options
-rw-r--r-- | generator/actions.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generator/actions.ml b/generator/actions.ml index 5c3de524..65d27852 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -8967,7 +8967,8 @@ is I<not> intended that you try to parse the output string." }; optional = Some "wipefs"; tests = [ InitBasicFSonLVM, Always, TestRun ( - [["wipefs"; "/dev/VG/LV"]]) + [["umount"; "/dev/VG/LV"; ""; ""]; + ["wipefs"; "/dev/VG/LV"]]) ]; shortdesc = "wipe a filesystem signature from a device"; longdesc = "\ |