From b26a4f6232219746fd8ed1b107476f3c23c6908e Mon Sep 17 00:00:00 2001 From: Theresa Halloran Date: Sun, 23 Oct 2011 15:23:28 -0700 Subject: s4: samba-tool subcommand rename - change samba-tool user add to samba-tool user create Signed-off-by: Theresa Halloran Signed-off-by: Jelmer Vernooij --- testprogs/blackbox/test_passwords.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testprogs/blackbox/test_passwords.sh') diff --git a/testprogs/blackbox/test_passwords.sh b/testprogs/blackbox/test_passwords.sh index 3d1c559496..ed6866558f 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 user add" +newuser="$samba_tool user create" . `dirname $0`/subunit.sh -- cgit