summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-29 21:46:56 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-29 21:46:56 +0100
commit152c311660403c74379412403faa9ae1010d9e7b (patch)
tree59a6ac12a8e307788d2aa35821b66865e722cbba
parent1ac28e79cd017428a70c4adfe30ec9d959f7810f (diff)
downloadappstream-glib-152c311660403c74379412403faa9ae1010d9e7b.tar.gz
f
-rw-r--r--libappstream-glib/as-self-test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libappstream-glib/as-self-test.c b/libappstream-glib/as-self-test.c
index 0cad2b6..7add534 100644
--- a/libappstream-glib/as-self-test.c
+++ b/libappstream-glib/as-self-test.c
@@ -2997,9 +2997,6 @@ as_test_store_flatpak_func (void)
g_autoptr(AsStore) store = NULL;
g_autoptr(GFile) file = NULL;
- /* make throws us under a bus, yet again */
- g_setenv ("AS_SELF_TEST_PREFIX_DELIM", "_", TRUE);
-
/* load a symlinked file to the store */
store = as_store_new ();
filename_root = as_test_get_filename (".");
@@ -3025,9 +3022,6 @@ as_test_store_flatpak_func (void)
g_assert_cmpstr (as_app_get_id_filename (app), ==, "test");
g_assert_cmpstr (as_app_get_origin (app), ==, "remote-name");
g_assert_cmpstr (as_app_get_source_file (app), ==, filename);
-
- /* back to normality */
- g_unsetenv ("AS_SELF_TEST_PREFIX_DELIM");
}
/* demote the .desktop "application" to an addon */