From bbe3e49019f46b38ad354e43a7df68d03ecf261e Mon Sep 17 00:00:00 2001 From: "Salvador I. Gonzalez" Date: Sat, 11 Aug 2012 10:47:58 -0400 Subject: [PATCH 1/4] Fix copy/paste error in test usage string --- source3/script/tests/test_smbclient_auth.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source3/script/tests/test_smbclient_auth.sh b/source3/script/tests/test_smbclient_auth.sh index b90334f..3988095 100755 --- a/source3/script/tests/test_smbclient_auth.sh +++ b/source3/script/tests/test_smbclient_auth.sh @@ -4,7 +4,7 @@ if [ $# -lt 4 ]; then cat < +Usage: test_smbclient_auth.sh SERVER SERVER_IP USERNAME PASSWORD SMBCLIENT EOF exit 1; fi -- 1.7.8.6