mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 06:28:00 +02:00
shell-test: Don't use _dbus_get_tmpdir()
There's no particular reason to be using a temporary directory (it's just some arbitrary string), and it will be harder for future changes to eradicate uses of a temporary directory that is shared between users if we list it here. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99828 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
e80835bb0a
commit
e354380e82
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ main (int argc, char **argv)
|
|||
test_command_line ("/opt/gnome/bin/service-start", NULL);
|
||||
test_command_line ("grep", "-l", "-r", "-i", "'whatever'", "files*.c", NULL);
|
||||
test_command_line ("/home/boston/johnp/devel-local/dbus/test/test-segfault", NULL);
|
||||
test_command_line ("ls", "-l", "-a", "--colors", _dbus_get_tmpdir(), NULL);
|
||||
test_command_line ("ls", "-l", "-a", "--colors", NULL);
|
||||
test_command_line ("rsync-to-server", NULL);
|
||||
test_command_line ("test-segfault", "--no-segfault", NULL);
|
||||
test_command_line ("evolution", "mailto:pepe@cuco.com", NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue