mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +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:
parent
9bc3ba8f37
commit
eab5cdb66f
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "$1" = "." ] ; then
|
if [ "$1" = "." ]; then
|
||||||
echo "1000 10 2048"
|
echo "1000 10 2048"
|
||||||
elif [ "$1" = "subdir1" ] ; then
|
elif [ "$1" = "subdir1" ]; then
|
||||||
echo "2000 20 4096"
|
echo "2000 20 4096"
|
||||||
else
|
else
|
||||||
echo "4000 40 8192"
|
echo "4000 40 8192"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user