pidl:Wireshark Fix the type of array of pointerse to hf_ values
[Samba.git] / testprogs / blackbox / dfree.sh
blob893bc595040a11a9bf3f44e83777c6b82909fa23
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