Lines Matching refs:join
35 assert 'Failed to set EFI variable' not in ''.join(output)
41 assert '\'HELLO\' failed' in ''.join(output)
45 assert 'efi_start_image() returned: 26' in ''.join(output)
46 assert 'Hello, world!' not in ''.join(output)
64 assert 'Failed to set EFI variable' not in ''.join(output)
70 assert 'Hello, world!' in ''.join(output)
88 assert 'Failed to set EFI variable' not in ''.join(output)
94 assert '\'HELLO\' failed' in ''.join(output)
98 assert 'efi_start_image() returned: 26' in ''.join(output)
99 assert 'Hello, world!' not in ''.join(output)
106 assert 'Failed to set EFI variable' not in ''.join(output)
112 assert '\'HELLO\' failed' in ''.join(output)
116 assert 'efi_start_image() returned: 26' in ''.join(output)
117 assert 'Hello, world!' not in ''.join(output)