aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_revocation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-20 14:13:58 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-20 14:13:58 +0000
commit754c053795082260737938fb1de7ef0d655e22eb (patch)
tree38ec1a8f5aac6769d0afc52f96c9e4f099aa815c /src/gns/test_gns_revocation.sh
parent2911be65b8b52cfb7ec7f11390b4498543f758ed (diff)
downloadgnunet-754c053795082260737938fb1de7ef0d655e22eb.tar.gz
gnunet-754c053795082260737938fb1de7ef0d655e22eb.zip
-fix testcase
Diffstat (limited to 'src/gns/test_gns_revocation.sh')
-rwxr-xr-xsrc/gns/test_gns_revocation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_revocation.sh b/src/gns/test_gns_revocation.sh
index 5c2840798..76eb708b5 100755
--- a/src/gns/test_gns_revocation.sh
+++ b/src/gns/test_gns_revocation.sh
@@ -23,10 +23,10 @@ then
23 exit 1 23 exit 1
24fi 24fi
25 25
26if [ "$RES_IP_REV" == " " ] 26if [ "x$RES_IP_REV" == "x" ]
27then 27then
28 exit 0 28 exit 0
29else 29else
30 echo "Failed to revoke zone, got $RES_IP." 30 echo "Failed to revoke zone, got $RES_IP_REV."
31 exit 1 31 exit 1
32fi 32fi