1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

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>
This commit is contained in:
Andreas Schneider 2022-04-22 15:46:04 +02:00 committed by Andreas Schneider
parent 9bc3ba8f37
commit eab5cdb66f

View File

@ -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