aboutsummaryrefslogtreecommitdiff
path: root/tests/test_artifactory.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2025-02-12 17:04:01 -0500
committerGitHub <noreply@github.com>2025-02-12 17:04:01 -0500
commit09de456a667a771348c3f1c9b0bd56afe4b8d3bd (patch)
treeaedfcbb0b2876e3d7aad28a7cc09354a611c156e /tests/test_artifactory.c
parent2bd06b22e455fa154e7db27677421c8b53cbf43c (diff)
parent4e22506e086e02ffe3056c6fd39ccb201fd358c8 (diff)
downloadstasis-09de456a667a771348c3f1c9b0bd56afe4b8d3bd.tar.gz
Merge pull request #89 from jhunkeler/huge-changeset
Huge changeset
Diffstat (limited to 'tests/test_artifactory.c')
-rw-r--r--tests/test_artifactory.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c
index 4f41543..4af7eec 100644
--- a/tests/test_artifactory.c
+++ b/tests/test_artifactory.c
@@ -2,9 +2,7 @@
#include "artifactory.h"
#include "delivery.h"
-// Import private functions from core
-extern int delivery_init_platform(struct Delivery *ctx);
-extern int populate_delivery_cfg(struct Delivery *ctx, int render_mode);
+
struct JFRT_Auth gauth;
struct JFRT_Auth gnoauth;
@@ -78,6 +76,7 @@ int main(int argc, char *argv[]) {
mkdir(ws, 0755);
if (pushd(ws)) {
SYSERROR("failed to change directory to %s", ws);
+ guard_free(basedir);
STASIS_ASSERT_FATAL(true, "workspace creation failed");
}