aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_proxy.c
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-04-19 14:58:06 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-04-19 14:58:06 +0000
commit1079f746c943b2efffa28970fe03f679334c3bb3 (patch)
tree84772e454aafeb26dc13cc6ed6455fb7c40bc10d /src/gns/test_gns_proxy.c
parent2660d770616a348aabb9480dcbafa4841ae84aa0 (diff)
downloadgnunet-1079f746c943b2efffa28970fe03f679334c3bb3.tar.gz
gnunet-1079f746c943b2efffa28970fe03f679334c3bb3.zip
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)
Diffstat (limited to 'src/gns/test_gns_proxy.c')
-rw-r--r--src/gns/test_gns_proxy.c2
1 files changed, 1 insertions, 1 deletions
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)
452 return 0; 452 return 0;
453 } 453 }
454 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-dns"); 454 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-dns");
455 if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) 455 if (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) // TODO: once we have a windows-testcase, add test parameters here
456 { 456 {
457 fprintf (stderr, "DNS helper binary has wrong permissions... skipping!\n"); 457 fprintf (stderr, "DNS helper binary has wrong permissions... skipping!\n");
458 GNUNET_free (binary); 458 GNUNET_free (binary);