[Pkg-libvirt-commits] [libguestfs] 87/233: test-tool: Rearrange output into alphabetical order.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:11:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 10b20b79384e2446277b3196f12a9736af7ff13b
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Jan 21 11:07:03 2014 +0000
test-tool: Rearrange output into alphabetical order.
---
test-tool/test-tool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c
index 45c0980..7e8d88e 100644
--- a/test-tool/test-tool.c
+++ b/test-tool/test-tool.c
@@ -228,6 +228,7 @@ main (int argc, char *argv[])
}
printf ("guestfs_get_append: %s\n", guestfs_get_append (g) ? : "(null)");
+ printf ("guestfs_get_autosync: %d\n", guestfs_get_autosync (g));
p = guestfs_get_backend (g);
printf ("guestfs_get_backend: %s\n", p ? : "(null)");
free (p);
@@ -241,7 +242,6 @@ main (int argc, char *argv[])
}
printf ("]\n");
free (pp);
- printf ("guestfs_get_autosync: %d\n", guestfs_get_autosync (g));
p = guestfs_get_cachedir (g);
printf ("guestfs_get_cachedir: %s\n", p ? : "(null)");
free (p);
--
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