mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix curl
This commit is contained in:
parent
cb9fe7beb7
commit
dea439e41a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () {
|
||||||
|
|
||||||
local curl_error=0
|
local curl_error=0
|
||||||
local fell_on_sso_portal=0
|
local fell_on_sso_portal=0
|
||||||
local curl_output=$test_serie_dir/curl_output
|
local curl_output=$TEST_CONTEXT/curl_output
|
||||||
|
|
||||||
# Not checking this if this ain't relevant for the current app
|
# Not checking this if this ain't relevant for the current app
|
||||||
this_is_a_web_app || return 0
|
this_is_a_web_app || return 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue