test-filename-util: remove artificial copy test

This breaks on 32-bit systems and generally is not very helpful to have.

Fixes #3322
This commit is contained in:
Peter Eisenmann 2024-02-22 22:35:52 +01:00
parent 508e7e4e4f
commit d2f2201df5

View file

@ -68,7 +68,6 @@ test_filename_create_file_copy (void)
ASSERT_DUPLICATION_NAME ("foo (Copy 2).txt", "foo (Copy 3).txt");
ASSERT_DUPLICATION_NAME ("foo foo (Copy 2).txt", "foo foo (Copy 3).txt");
ASSERT_DUPLICATION_NAME ("foo (Copy 13)", "foo (Copy 14)");
ASSERT_DUPLICATION_NAME ("foo foo (Copy 123345678901).txt", "foo foo (Copy 123345678902).txt");
#undef ASSERT_DUPLICATION_NAME
}