]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:tests: Reformat test_rpcclient_dfs.sh
authorAndreas Schneider <asn@samba.org>
Fri, 22 Apr 2022 13:34:10 +0000 (15:34 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 8 Jun 2022 13:14:47 +0000 (13:14 +0000)
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/script/tests/test_rpcclient_dfs.sh

index 334de1b6ffbf88d7f9b140be04fdcd79b17ec3cd..6d588d2ced23961a5f56de95161b8b74c4498328 100755 (executable)
@@ -5,10 +5,10 @@
 # Blackbox tests for the rpcclient DFS commands
 
 if [ $# -lt 4 ]; then
-cat <<EOF
+       cat <<EOF
 Usage: test_rpcclient_dfs.sh USERNAME PASSWORD SERVER RPCCLIENT
 EOF
-exit 1;
+       exit 1
 fi
 
 USERNAME="$1"