unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 94cd73d5f784c589ad126534c0cbb1e9b60cfc39 779 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
Supress copyright check in tests which can differ based on current year.

  https://github.com/adobe-type-tools/afdko/issues/1589

Adapted from upstream:

  https://github.com/adobe-type-tools/afdko/commit/feebd77d9b6507a0b32f837535511be3c94d9c6f

diff --git a/tests/tx_test.py b/tests/tx_test.py
--- a/tests/tx_test.py
+++ b/tests/tx_test.py
@@ -1246,7 +1246,7 @@ def test_ufo_fontinfo_parsing(file, msg, ret_code):
     if (ret_code == 0):
         expected_path = generate_ps_dump(expected_path)
         output_path = generate_ps_dump(output_path)
-        assert differ([expected_path, output_path])
+        assert differ([expected_path, output_path, '-s'] + PFA_SKIP)
     else:
         arg = [TOOL, '-t1', '-f', ufo_input_path]
         assert subprocess.call(arg) == 6

debug log:

solving 94cd73d ...
found 94cd73d in https://git.savannah.gnu.org/cgit/guix.git

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).