aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/test_gnunet_prefix.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c
index de67c6480..9d0272050 100644
--- a/contrib/test_gnunet_prefix.c
+++ b/contrib/test_gnunet_prefix.c
@@ -27,19 +27,19 @@
27#include "platform.h" 27#include "platform.h"
28 28
29 29
30int 30int
31main (int argc, 31main (int argc,
32 char **argv) 32 char **argv)
33{ 33{
34 const char *basename; 34 const char *basename;
35 const char *dirname; 35 const char *dirname;
36 36
37 basename = getenv ("GNUNET_PREFIX"); 37 basename = getenv ("GNUNET_PREFIX");
38 if (NULL == basename) 38 if (NULL == basename)
39 { 39 {
40 fprintf (stderr, 40 fprintf (stderr,
41 _("Environment variable GNUNET_PREFIX not set\n")); 41 _("Environment variable GNUNET_PREFIX not set\n"));
42 fprintf (stderr, 42 fprintf (stderr,
43 _("Testcases will not work!\n")); 43 _("Testcases will not work!\n"));
44 return 1; 44 return 1;
45 } 45 }
@@ -56,7 +56,7 @@ main (int argc,
56 fprintf (stderr, 56 fprintf (stderr,
57 _("Check that you did run `make install' and that GNUNET_PREFIX='%s' is the correct prefix.\n"), 57 _("Check that you did run `make install' and that GNUNET_PREFIX='%s' is the correct prefix.\n"),
58 basename); 58 basename);
59 fprintf (stderr, 59 fprintf (stderr,
60 _("Testcases will not work!\n")); 60 _("Testcases will not work!\n"));
61 return 2; 61 return 2;
62 } 62 }