File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ final class SwiftToolTests: CommandsTestCase {
161
161
162
162
// custom .netrc file
163
163
do {
164
- let customPath = try fs. homeDirectory . appending ( component: UUID ( ) . uuidString)
164
+ let customPath = try fs. tempDirectory . appending ( component: UUID ( ) . uuidString)
165
165
try fs. writeFileContents ( customPath) {
166
166
" machine mymachine.labkey.org login [email protected] password custom "
167
167
}
@@ -195,7 +195,7 @@ final class SwiftToolTests: CommandsTestCase {
195
195
196
196
// custom .netrc file
197
197
do {
198
- let customPath = try fs. homeDirectory . appending ( component: UUID ( ) . uuidString)
198
+ let customPath = try fs. tempDirectory . appending ( component: UUID ( ) . uuidString)
199
199
try fs. writeFileContents ( customPath) {
200
200
" machine mymachine.labkey.org login [email protected] password custom "
201
201
}
You can’t perform that action at this time.
0 commit comments