Module subplotlib::steplibrary::runcmd::stdout_isnt
source · [−]Expand description
Check that the stdout of the command is exactly not a given value
then stdout isn't exactly "{text:text}"
This will check exactly that the stdout of the command does not match the given text. This assumes the command outputs valid utf-8 and decodes it as such.