summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/test_passwords.sh
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-07-27 15:44:34 -0400
committerAndrew Tridgell <tridge@samba.org>2011-07-28 15:20:51 +1000
commit901959d9ca4ba09f03367024c3ab74cc6fb86d78 (patch)
treed166a36f4de4d196c0a8d603e412018aa4dc05b1 /testprogs/blackbox/test_passwords.sh
parent31ade9c122f330cfe5a2cd4f9c27e73117f993c4 (diff)
downloadsamba-901959d9ca4ba09f03367024c3ab74cc6fb86d78.tar.gz
samba-901959d9ca4ba09f03367024c3ab74cc6fb86d78.tar.bz2
samba-901959d9ca4ba09f03367024c3ab74cc6fb86d78.zip
samba-tool: updated test suite to account for newuser change
Updated test suite invocations of newuser to "user add" as the newuser functionality is now being moved to "user add" Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'testprogs/blackbox/test_passwords.sh')
-rwxr-xr-xtestprogs/blackbox/test_passwords.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_passwords.sh b/testprogs/blackbox/test_passwords.sh
index dc5eaa1a3b..179aec35c1 100755
--- a/testprogs/blackbox/test_passwords.sh
+++ b/testprogs/blackbox/test_passwords.sh
@@ -25,7 +25,7 @@ samba4kinit="$samba4bindir/samba4kinit$EXEEXT"
samba_tool="$samba4bindir/samba-tool$EXEEXT"
rkpty="$samba4bindir/rkpty$EXEEXT"
samba4kpasswd="$samba4bindir/samba4kpasswd$EXEEXT"
-newuser="$samba_tool newuser"
+newuser="$samba_tool user add"
. `dirname $0`/subunit.sh