summaryrefslogtreecommitdiff
path: root/lib/test-lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test-lib.c')
-rw-r--r--lib/test-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test-lib.c b/lib/test-lib.c
index 869807e..bd6f448 100644
--- a/lib/test-lib.c
+++ b/lib/test-lib.c
@@ -92,7 +92,7 @@ main (int argc, char *argv[])
g_print ("\n**** Loading bundle\n");
{
- g_autoptr(GFile) f = g_file_new_for_commandline_arg ("tests/hello.xdgapp");
+ g_autoptr(GFile) f = g_file_new_for_commandline_arg ("tests/hello.pak");
g_autoptr(FlatpakBundleRef) bundle = flatpak_bundle_ref_new (f, &error);
if (bundle == NULL)
{