diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-12-30 20:10:34 +0100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-12-31 17:33:25 +1100 |
commit | 73594c248f35a6ebbe391cc46b717aff14d393be (patch) | |
tree | e728178c16289aa4ecd8520b73247d066b649ed9 /testprogs/blackbox/test_passwords.sh | |
parent | 345b25d059db27f96b00143f7617919233a78ba4 (diff) | |
download | samba-73594c248f35a6ebbe391cc46b717aff14d393be.tar.gz samba-73594c248f35a6ebbe391cc46b717aff14d393be.tar.xz samba-73594c248f35a6ebbe391cc46b717aff14d393be.zip |
net: Fix tests and documentation of setexpiry.
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'testprogs/blackbox/test_passwords.sh')
-rwxr-xr-x | testprogs/blackbox/test_passwords.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_passwords.sh b/testprogs/blackbox/test_passwords.sh index 71a0f467674..b669887fbf4 100755 --- a/testprogs/blackbox/test_passwords.sh +++ b/testprogs/blackbox/test_passwords.sh @@ -25,7 +25,6 @@ samba4kinit="$samba4bindir/samba4kinit$EXEEXT" net="$samba4bindir/net$EXEEXT" rkpty="$samba4bindir/rkpty$EXEEXT" samba4kpasswd="$samba4bindir/samba4kpasswd$EXEEXT" -enableaccount="$PYTHON `dirname $0`/../../source4/setup/enableaccount" newuser="$PYTHON `dirname $0`/../../source4/setup/newuser" . `dirname $0`/subunit.sh |