nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 590 B view raw
1diff --git a/installed-tests/js/testGIMarshalling.js b/installed-tests/js/testGIMarshalling.js 2index b94aa7c8..8f79fe71 100644 3--- a/installed-tests/js/testGIMarshalling.js 4+++ b/installed-tests/js/testGIMarshalling.js 5@@ -2931,7 +2931,7 @@ describe('Filename tests', function () { 6 }); 7 8 it('various types of path existing', function () { 9- const paths = ['foo-2', 'öäü-3']; 10+ const paths = ['foo-2']; 11 for (const path of paths) { 12 const file = workdir.get_child(path); 13 const stream = file.create(Gio.FileCreateFlags.NONE, null);