summaryrefslogtreecommitdiff
path: root/260.out
blob: 199320ac8c8a5333c398dc1d0038c973ce9c9b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QA output created by 260
[+] Start beyond the end of fs (should fail)
fstrim: FSTRIM: Invalid argument
[+] Start beyond the end of fs with len set (should fail)
fstrim: FSTRIM: Invalid argument
[+] Start = 2^64-1 (should fail)
fstrim: FSTRIM: Invalid argument
[+] Start = 2^64-1 and len is set (should fail)
fstrim: FSTRIM: Invalid argument
[+] Default length (should succeed)
[+] Default length with start set (should succeed)
[+] Length beyond the end of fs (should succeed)
[+] Length beyond the end of fs with start set (should succeed)
Test done