unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 3c4fa63c847ce51b505d8cedc90ac1094755ab0c 535 bytes (raw)
name: gnu/packages/patches/picard-fix-id3-rename-test.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
Index: b/test/formats/test_id3.py
===================================================================
--- a/test/formats/test_id3.py
+++ b/test/formats/test_id3.py
@@ -266,5 +266,5 @@
         def test_rename_txxx_tags(self):
             file_path = os.path.join('test', 'data', 'test-id3-rename-tags.mp3')
-            filename = self.copy_file_tmp(file_path, 'mp3')
+            filename = self.copy_file_tmp(file_path, '.mp3')
             raw_metadata = load_raw(filename)
             self.assertIn('TXXX:Artists', raw_metadata)

debug log:

solving 3c4fa63c84 ...
found 3c4fa63c84 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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).