summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-04-05 11:13:43 +0200
committerVolker Lendecke <vl@samba.org>2017-04-05 17:59:32 +0200
commit78403a8a71d47142568f88586d26afd89c2fdec1 (patch)
tree49c741d671b29570bfa9f19a96d3cee6a9b08577 /nsswitch
parentf1e3c8ebb31fcd9ef9e1809a42a648442dffc1ee (diff)
downloadsamba-78403a8a71d47142568f88586d26afd89c2fdec1.tar.gz
selftest: fix SID composition in a test script
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Apr 5 17:59:32 CEST 2017 on sn-devel-144
Diffstat (limited to 'nsswitch')
-rwxr-xr-xnsswitch/tests/test_idmap_nss.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/tests/test_idmap_nss.sh b/nsswitch/tests/test_idmap_nss.sh
index 999bccb68ef..5072a0df72c 100755
--- a/nsswitch/tests/test_idmap_nss.sh
+++ b/nsswitch/tests/test_idmap_nss.sh
@@ -22,7 +22,7 @@ RID=66666
while true ; do
id $RID
if [ $? -ne 0 ] ; then
- $wbinfo -s $DOMAIN_SID\\$RID
+ $wbinfo -s $DOMAIN_SID-$RID
if [ $? -ne 0 ] ; then
break
fi