summaryrefslogtreecommitdiffstats
path: root/test/test_mirror.sh.in
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2020-04-07 15:16:48 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:34:20 (GMT)
commita3f6f24c82bb75733a669805c3a2522e3b7d35de (patch)
treee30e5cd7b9b04fac5002230e006b893d6dfadae4 /test/test_mirror.sh.in
parent3bc8877513969874ec5dd15912d8ff32fcb74cb9 (diff)
downloadhdf5-a3f6f24c82bb75733a669805c3a2522e3b7d35de.zip
hdf5-a3f6f24c82bb75733a669805c3a2522e3b7d35de.tar.gz
hdf5-a3f6f24c82bb75733a669805c3a2522e3b7d35de.tar.bz2
Tidying of Mirror VFD.
* Rename server-stop utility to mirror_server_stop. * Remove external dependency on bzero(). * Modify test/use_common to use only the public API. * Rename internal bitswap macro to follow convention.
Diffstat (limited to 'test/test_mirror.sh.in')
-rw-r--r--test/test_mirror.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mirror.sh.in b/test/test_mirror.sh.in
index 3fdc673..9635c38 100644
--- a/test/test_mirror.sh.in
+++ b/test/test_mirror.sh.in
@@ -81,7 +81,7 @@ SERVER_ARGS="$SERVER_PORT $SERVER_VERBOSITY"
nerrors=$?
echo "Stopping Mirror Server"
-./mirror_server_halten_sie $SERVER_PORT
+./mirror_server_stop $SERVER_PORT
###############################################################################
## Report and exit