summaryrefslogtreecommitdiff
path: root/mk-test-data
blob: 57a3213d3301f814030879503b7498ca8ec3ed73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/sh

data()
{
    echo -n "foobar" >> "$1"
}

hole()
{
    truncate --size +10240 "$1"
}


touch test.empty

data test.data

hole test.hole

data test.data-hole
hole test.data-hole

hole test.hole-data
data test.hole-data

data test.data-hole-data
hole test.data-hole-data
data test.data-hole-data

hole test.hole-data-hole
data test.hole-data-hole
hole test.hole-data-hole