summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-04-22 15:46:04 +0200
committerAndreas Schneider <asn@cryptomilk.org>2022-08-04 12:56:37 +0000
commiteab5cdb66f4c9760e9313fa160a4a973e75685e5 (patch)
tree9f1e25e6aba0a90c7b87b7d73c012ec05d1c8ec1 /testprogs
parent9bc3ba8f3793d02f9ae529fd0992ed534a419e40 (diff)
downloadsamba-eab5cdb66f4c9760e9313fa160a4a973e75685e5.tar.gz
testprogs: Reformat dfree.sh
shfmt -w -p -i 0 -fn testprogs/blackbox/dfree.sh Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/dfree.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/testprogs/blackbox/dfree.sh b/testprogs/blackbox/dfree.sh
index 64845cd1784..893bc595040 100755
--- a/testprogs/blackbox/dfree.sh
+++ b/testprogs/blackbox/dfree.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-if [ "$1" = "." ] ; then
- echo "1000 10 2048"
-elif [ "$1" = "subdir1" ] ; then
- echo "2000 20 4096"
+if [ "$1" = "." ]; then
+ echo "1000 10 2048"
+elif [ "$1" = "subdir1" ]; then
+ echo "2000 20 4096"
else
- echo "4000 40 8192"
+ echo "4000 40 8192"
fi