Commit b164a97
committed
TestUtils: never create test directories in /tmp/
Curtis Rueden offered reluctance to fall back to creating tests in
/tmp/ when it was determined that the tests are run in in unknown
location.
This developer agrees. Therefore, let's test carefully that we found
some sensible location close to the .class files, handling unit tests
run via Maven extra nicely.
For details, see the pull request corresponding to this topic branch:
#70
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 9a38683 commit b164a97
1 file changed
+18
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
116 | 111 | | |
117 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
0 commit comments