aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gnunet_gns.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gnunet_gns.sh')
-rwxr-xr-xsrc/gns/test_gnunet_gns.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gnunet_gns.sh b/src/gns/test_gnunet_gns.sh
index a40debe79..749d80b84 100755
--- a/src/gns/test_gnunet_gns.sh
+++ b/src/gns/test_gnunet_gns.sh
@@ -17,7 +17,7 @@ ME=`whoami`
17if [ "$ME" != "root" ] 17if [ "$ME" != "root" ]
18then 18then
19 echo "This test only works if run as root. Skipping." 19 echo "This test only works if run as root. Skipping."
20 exit 0 20 exit 77
21fi 21fi
22export PATH=".:$PATH" 22export PATH=".:$PATH"
23gnunet-service-gns -c gns.conf & 23gnunet-service-gns -c gns.conf &