From 5ea221d5325a2b60ec872a3864953178c8b593a0 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 8 Mar 2009 20:19:48 -0400 Subject: Do not duplicate attribute names macros. Also shorten names oh other user attributes. --- server/tests/infopipe-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') diff --git a/server/tests/infopipe-tests.c b/server/tests/infopipe-tests.c index 8bc0f054..cc75215a 100644 --- a/server/tests/infopipe-tests.c +++ b/server/tests/infopipe-tests.c @@ -280,7 +280,7 @@ START_TEST(test_infp_set_user_attrs) DBusMessage *setattr_req; const char *username = "testuser1"; const char *domain = "LOCAL"; - const char *shell_attr = SYSDB_USER_ATTR_SHELL; + const char *shell_attr = SYSDB_SHELL; const char *shell_value = "/usr/bin/testshell"; DBusMessageIter iter, array_iter, dict_array_iter, dict_iter, variant_iter; DBusError error; -- cgit