> machine.wait_until_succeeds("pgrep -f 'lemurs.*tty1'")
This was guaranteed to succeed whether the desired process existed or
not, because it was matching the 'bach -c ...' command the test driver
uses to run the command. Let's wait for evidence on screen instead.