summaryrefslogtreecommitdiff
path: root/utils/open-isns/tests/test11.pl
diff options
context:
space:
mode:
Diffstat (limited to 'utils/open-isns/tests/test11.pl')
-rw-r--r--utils/open-isns/tests/test11.pl23
1 files changed, 0 insertions, 23 deletions
diff --git a/utils/open-isns/tests/test11.pl b/utils/open-isns/tests/test11.pl
deleted file mode 100644
index 2745955..0000000
--- a/utils/open-isns/tests/test11.pl
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/perl
-#
-# Copyright (C) 2007 Olaf Kirch <olaf.kirch@oracle.com>
-#
-# This test case validates registration and simple query of
-# single client.
-
-push(@INC, ".");
-require "harness.pl";
-
-# For now, this one will run w/o security only
-push(@ARGV, '-i');
-
-&test_prep("test11", @ARGV);
-
-$server = &create_server;
-$client = &create_client($server);
-
-&isns_start_server($server);
-
-&isns_external_test($client, "tests/pauw4");
-
-&isns_finish;