summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-04-04 14:15:26 +0200
committerChristof Schmitt <cs@samba.org>2017-05-08 21:08:23 +0200
commit9e816ea2f8d21d392b4e9050e443ef936629202e (patch)
tree07582bde0fc02388c7c976bbc4c618541ff7adcb /nsswitch
parent17563f295ffa7379daa5bf7cc89540df4ae4f7b3 (diff)
downloadsamba-9e816ea2f8d21d392b4e9050e443ef936629202e.tar.gz
test_idmap_rfc2307: Remove the correct file
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12757 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org>
Diffstat (limited to 'nsswitch')
-rwxr-xr-xnsswitch/tests/test_idmap_rfc2307.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/tests/test_idmap_rfc2307.sh b/nsswitch/tests/test_idmap_rfc2307.sh
index 90e32a7dd58..a125f77e0c5 100755
--- a/nsswitch/tests/test_idmap_rfc2307.sh
+++ b/nsswitch/tests/test_idmap_rfc2307.sh
@@ -102,7 +102,7 @@ EOF
testit "add second ldap group mapping record" $VALGRIND $ldbadd -H ldap://$DC_SERVER -U$DOMAIN/$DC_USERNAME%$DC_PASSWORD $PREFIX/tmpldb
-rm -f $PREFIX/tmpldbmodify
+rm -f $PREFIX/tmpldb
testit "wbinfo --name-to-sid" $wbinfo --name-to-sid "$DOMAIN/$USERNAME" || failed=$(expr $failed + 1)
user_sid=$($wbinfo -n "$DOMAIN/$USERNAME" | cut -d " " -f1)