summaryrefslogtreecommitdiff
path: root/tests/make_png/make_sprite.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/make_png/make_sprite.c')
-rw-r--r--tests/make_png/make_sprite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/make_png/make_sprite.c b/tests/make_png/make_sprite.c
index 867788248..40c324aea 100644
--- a/tests/make_png/make_sprite.c
+++ b/tests/make_png/make_sprite.c
@@ -305,8 +305,8 @@ int main(int argc, char const *argv[])
test_slot = test_face->glyph;
struct stat st = {0};
- if (stat("./images/", &st) == -1) {
- mkdir("./images/", 0777);
+ if (stat("./html/", &st) == -1) {
+ mkdir("./html/", 0777);
}
if (stat("./html/images/", &st) == -1) {