version 1.1, 2004/12/30 13:07:23
|
version 1.2, 2004/12/30 13:09:47
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.9 2004/12/30 12:49:52 ando Exp $ |
# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.1 2004/12/30 13:07:23 ando Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2004 The OpenLDAP Foundation. |
## Copyright 1998-2004 The OpenLDAP Foundation. |
Line 13
|
Line 13
|
## top-level directory of the distribution or, alternatively, at |
## top-level directory of the distribution or, alternatively, at |
## <http://www.OpenLDAP.org/license.html>. |
## <http://www.OpenLDAP.org/license.html>. |
|
|
set -x |
|
|
|
if test $RWM = rwmno ; then |
if test $RWM = rwmno ; then |
echo "Rewrite/remap overlay not available, test skipped" |
echo "Rewrite/remap overlay not available, test skipped" |
exit 0 |
exit 0 |