[Pkg-libvirt-commits] [libguestfs] 232/266: test-tool: stop printing the FEBOOTSTRAP_* envvars

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:42:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit ca9930ef164286df5075cac890f558974efe0893
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Mon Sep 1 10:28:00 2014 +0200

    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 7e8d88e..3217a69 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_"))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list