summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-04-22 15:34:10 +0200
committerAndreas Schneider <asn@cryptomilk.org>2022-06-08 13:14:47 +0000
commit24638a2e5e3cd669d8488618d94059b977f6172b (patch)
tree4239cf609cc8961fd2c7c9a7a3579c7a398dcf4e
parent66577ad12db1cdf61ff5ba479a1992073ef19929 (diff)
downloadsamba-24638a2e5e3cd669d8488618d94059b977f6172b.tar.gz
s3:tests: Reformat test_rpcclient_lookup.sh
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>
-rwxr-xr-xsource3/script/tests/test_rpcclient_lookup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_rpcclient_lookup.sh b/source3/script/tests/test_rpcclient_lookup.sh
index d404c5feaec..182790b8633 100755
--- a/source3/script/tests/test_rpcclient_lookup.sh
+++ b/source3/script/tests/test_rpcclient_lookup.sh
@@ -5,10 +5,10 @@
# Copyright (C) 2020 Christof Schmitt
if [ $# -lt 4 ]; then
-cat <<EOF
+ cat <<EOF
Usage: test_net_srvsvc.sh USERNAME PASSWORD SERVER RPCCLIENT
EOF
-exit 1;
+ exit 1
fi
USERNAME="$1"