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) x
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/keys/dsa.pub
AgeCommit message (Expand)Author
2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key....The third key will be used in an upcoming commit. Rename public keys to .pub. * guix/tests/gnupg.scm (%ed25519-3-public-key-file): New variable. (%ed25519-3-secret-key-file): New variable. (%ed25519-2-public-key-file): Renamed from %ed25519bis-public-key-file. (%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file. * tests/keys/ed25519-3.key: New file. * tests/keys/ed25519-3.sec: New file. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Attila Lendvai