From f1cb3ee0e7b7b244780379c71b6444974c016809 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sat, 23 Jun 2007 07:45:17 +0000 Subject: * dbus/dbus-auth-script.c (_dbus_auth_script_run): added UNIX_ONLY and WIN_ONLY commands for auth scripts * test/data/auth/external-root.auth-script: limit execution to unix --- test/data/auth/external-root.auth-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data') diff --git a/test/data/auth/external-root.auth-script b/test/data/auth/external-root.auth-script index ca5b94ac..b4c4b439 100644 --- a/test/data/auth/external-root.auth-script +++ b/test/data/auth/external-root.auth-script @@ -1,5 +1,5 @@ ## this tests we can auth EXTERNAL as ourselves, with root credentials - +UNIX_ONLY SERVER ROOT_CREDENTIALS ## 30 is ASCII '0' in hex -- cgit