diff --git a/AK/Tests/TestJSON.cpp b/AK/Tests/TestJSON.cpp index 4f56a49c6f..c8e787d4d4 100644 --- a/AK/Tests/TestJSON.cpp +++ b/AK/Tests/TestJSON.cpp @@ -35,7 +35,7 @@ TEST_CASE(load_form) { - FILE* fp = fopen("../../Base/home/anon/little/test.frm", "r"); + FILE* fp = fopen("test.frm", "r"); ASSERT(fp); StringBuilder builder; diff --git a/AK/Tests/test.frm b/AK/Tests/test.frm new file mode 120000 index 0000000000..ddce2b1698 --- /dev/null +++ b/AK/Tests/test.frm @@ -0,0 +1 @@ +../../Base/home/anon/little/test.frm \ No newline at end of file