From 1079f746c943b2efffa28970fe03f679334c3bb3 Mon Sep 17 00:00:00 2001 From: Christian Fuchs Date: Fri, 19 Apr 2013 14:58:06 +0000 Subject: added privilege testing parameters for nat-server and added parameters to currently windows-only tests (less work in the future, even if this is ATM unused) --- src/gns/test_gns_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gns') diff --git a/src/gns/test_gns_proxy.c b/src/gns/test_gns_proxy.c index 3ec2bf95c..10b2ec810 100644 --- a/src/gns/test_gns_proxy.c +++ b/src/gns/test_gns_proxy.c @@ -452,7 +452,7 @@ main (int argc, char *const *argv) return 0; } binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-dns"); - if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) + if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) // TODO: once we have a windows-testcase, add test parameters here { fprintf (stderr, "DNS helper binary has wrong permissions... skipping!\n"); GNUNET_free (binary); -- cgit v1.2.3