nautilus/test
Ondrej Holy a22f7ffc7c test: Run tests in unique directory
The tests currently create various files and directories with generic names
and manipulate with them directly in the `/tmp` directory. The tests also
remove all files in `/tmp` with the generic prefixes like `move`, `copy`,
etc. This can simply cause test suite failures if files with such names
already exist in the `/tmp` directory. Also, the test suite can easily remove
files created by other applications. Let's always create an unique directory
in `/tmp` for tests to fix the mentioned problems...
2021-01-18 10:32:12 +00:00
..
automated test: Run tests in unique directory 2021-01-18 10:32:12 +00:00
interactive dbus-manager: add and implement FileOperations2 interface 2020-04-06 21:19:15 +03:00
.gitignore general: drop git.mk 2017-02-24 00:24:27 +02:00
meson.build test: Add file-operations-move test 2018-07-16 18:51:44 +00:00