From ca9930ef164286df5075cac890f558974efe0893 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 1 Sep 2014 10:28:00 +0200 Subject: [PATCH] test-tool: stop printing the FEBOOTSTRAP_* envvars Stop printing the FEBOOTSTRAP_* environment variables, since they are not used anymore. --- test-tool/test-tool.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index 7e8d88e2f..3217a690d 100644 --- a/test-tool/test-tool.c +++ b/test-tool/test-tool.c @@ -195,8 +195,6 @@ main (int argc, char *argv[]) for (i = 0; environ[i] != NULL; ++i) { if (STRPREFIX (environ[i], "LIBGUESTFS_")) printf ("%s\n", environ[i]); - if (STRPREFIX (environ[i], "FEBOOTSTRAP_")) - printf ("%s\n", environ[i]); if (STRPREFIX (environ[i], "SUPERMIN_")) printf ("%s\n", environ[i]); if (STRPREFIX (environ[i], "LIBVIRT_"))