path: plasma-desktop_4:6.5.4-2/appiumtests/desktop/bug472909.py
if __name__ == '__main__':
    assert subprocess.call(["pidof", "plasmashell"]) != 0, "The test requires plasmashell to quit"
    unittest.main()
