summaryrefslogtreecommitdiffstats
path: root/testprogs/blackbox/dfree.sh
blob: 893bc595040a11a9bf3f44e83777c6b82909fa23 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
if [ "$1" = "." ]; then
	echo "1000 10 2048"
elif [ "$1" = "subdir1" ]; then
	echo "2000 20 4096"
else
	echo "4000 40 8192"
fi