g-t-e: mark 'new_file' test as fatal

The tests after it assume new_file ran - they rely on the file
it creates - so it should be considered fatal.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-07-05 11:39:18 -07:00
parent 7dc1299d9f
commit ba9a36d10e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ sub run {
sub test_flags {
return {milestone => 1};
return {fatal => 1, milestone => 1};
}
1;