@@ -163,7 +163,7 @@ test_expect_success 'Apply a patch and edit message' '
163
163
stg delete ..
164
164
'
165
165
166
- test_expect_success ! MINGW ' Apply a patch from a URL' '
166
+ test_expect_success STG_IMPORT_URL ' Apply a patch from a URL' '
167
167
stg import -u "file://$TEST_DIRECTORY/t1800/git-diff" &&
168
168
[ $(git cat-file -p $(stg id) \
169
169
| grep -c "tree e96b1fba2160890ff600b675d7140d46b022b155") = 1 ] &&
@@ -255,13 +255,13 @@ test_expect_success 'Apply a series from a tarball' '
255
255
stg delete ..
256
256
'
257
257
258
- test_expect_success ! MINGW ' Apply a series from a tarball url' '
258
+ test_expect_success STG_IMPORT_URL ' Apply a series from a tarball url' '
259
259
stg import --url --series "file://$(pwd)/jabberwocky.tar.bz2" &&
260
260
[ $(git cat-file -p $(stg id) \
261
261
| grep -c "tree 2c33937252a21f1550c0bf21f1de534b68f69635") = 1 ]
262
262
'
263
263
264
- test_expect_success MINGW ' Apply a series from a abs tarball path' '
264
+ test_expect_success ! STG_IMPORT_URL ' Apply a series from a abs tarball path' '
265
265
stg import --series "$(pwd)/jabberwocky.tar.bz2" &&
266
266
[ $(git cat-file -p $(stg id) \
267
267
| grep -c "tree 2c33937252a21f1550c0bf21f1de534b68f69635") = 1 ]
@@ -356,7 +356,7 @@ test_expect_success 'Import series from stdin' '
356
356
stg delete --top
357
357
'
358
358
359
- test_expect_success ' Attempt url' '
359
+ test_expect_success STG_IMPORT_URL ' Attempt url' '
360
360
general_error stg import --url 2>err &&
361
361
grep -e "required arguments were not provided" err
362
362
'
0 commit comments