lib/util/wscript: update to handle waf 2.0.4
[Samba.git] / testprogs / blackbox / dfree.sh
blob64845cd1784823baadfe82f8c75bd1edb3300392
1 #!/bin/sh
2 if [ "$1" = "." ] ; then
3 echo "1000 10 2048"
4 elif [ "$1" = "subdir1" ] ; then
5 echo "2000 20 4096"
6 else
7 echo "4000 40 8192"
8 fi