Commit b004ae8
committed
test: don't fail in ioctl mock for unknown ioctl
It's not possible to run the test under gdb because in this
configuration mock calls fail for all unknown IOCTLs. As it turns, just
returning a not supported let's the test case still run under gdb.
Signed-off-by: Daniel Wagner <[email protected]>1 parent f0dd975 commit b004ae8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments