xfs: test fallocate ops when rt extent size is and isn't a power of 2
[xfstests-dev.git] / dmapi / src / suite2 / bindir / ctf
1 #!/bin/ksh
2 #
3 # Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
4 #
5
6 if [[ $# != 2 ]]
7 then  print -u2 "USAGE: ${0##*/} bindir testdir"
8       exit 2
9 fi
10
11 for i in 0 1 2 3 4 5 6 7 8 9
12         do
13         cp $1/ls_to_copy $2/ls"$i"
14         cp $1/ls_to_copy $2/ll"$i"
15         done
16