Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/tests/test_trash.py b/tests/test_trash.py 2index 2637256..e89d45c 100644 3--- a/tests/test_trash.py 4+++ b/tests/test_trash.py 5@@ -13,13 +13,6 @@ class TestTrash: 6 def test_version(self, portals, dbus_con): 7 xdp.check_version(dbus_con, "Trash", 1) 8 9- def test_trash_file_fails(self, portals, dbus_con): 10- trash_intf = xdp.get_portal_iface(dbus_con, "Trash") 11- with open("/proc/cmdline") as fd: 12- result = trash_intf.TrashFile(fd.fileno()) 13- 14- assert result == 0 15- 16 def test_trash_file(self, portals, dbus_con): 17 trash_intf = xdp.get_portal_iface(dbus_con, "Trash") 18