blob: 2410f53d7eaf84ee8abeda41cf653fac6eab7871 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error "# mkdir('/..../qtest-9p-local-M33XsI') failed: File exists" on every run of 'qos-test'
Description of problem:
```
$ ./build//tests/qtest/qos-test -h
# mkdir('/home/berrange/src/virt/qemu/qtest-9p-local-qThj5y') failed: File exists
Usage:
./build//tests/qtest/qos-test [OPTION...]
...snip...
```
Notice the error message from 'mkdir()' whic appears every time you run this program.
Steps to reproduce:
1. Run qos-test
|