Fix python test, we can't check only the first member, because the order
[ira/wip.git] / source4 / lib / ldb / tests / ldapi_url.sh
1 #!/bin/sh
2
3 # aargh, did LDAP ever have to expose this crap to users ...
4
5 BASE=`pwd`
6
7 TMPDIR=$BASE/tests/tmp
8
9 LDAPI_ESCAPE=`echo $TMPDIR/ldapi | sed 's|/|%2F|g'`
10
11 echo "ldapi://$LDAPI_ESCAPE"