From 2974c82428b5d9d3e1f504ba4052aec47fc2b415 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 10 Aug 2006 20:09:43 +0000 Subject: * dbus/dbus-sysdeps.c: * dbus/dbus-address.c: * bus/activation.c: * test/shell-test.c: don't hardcode tmp directory (patch from Dave Meikle ) --- test/shell-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/shell-test.c b/test/shell-test.c index 46a387d7..4115f191 100644 --- a/test/shell-test.c +++ b/test/shell-test.c @@ -6,6 +6,7 @@ #include #include #include +#include static dbus_bool_t test_command_line (const char *arg1, ...) @@ -95,7 +96,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", "/tmp", NULL) + || !test_command_line ("ls", "-l", "-a", "--colors", _dbus_get_tmpdir(), 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) -- cgit