testsuite: Run the plain test without any args

Never do nothing.
This commit is contained in:
Benjamin Otte 2024-03-16 14:53:22 +01:00
parent 43373e6350
commit 2aea75f426

View File

@ -339,6 +339,9 @@ main (int argc, char **argv)
g_option_context_free (context);
if (!plain && !flip && !rotate && !repeat && !mask && !replay && !clip && !colorflip)
plain = TRUE;
gtk_init ();
node_file = argv[1];