summaryrefslogtreecommitdiffstats
path: root/daemon/debug.c
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 11:35:43 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 13:04:41 +0000
commit498758faee6be7e989869bf7feba5e1026a1bb65 (patch)
tree2c8c599870039286414c7e20d138c91889ca9b05 /daemon/debug.c
parent5d93d70b4d36b2337104b3dbca07722fa4d47ff5 (diff)
downloadlibguestfs-498758faee6be7e989869bf7feba5e1026a1bb65.tar.gz
libguestfs-498758faee6be7e989869bf7feba5e1026a1bb65.tar.xz
libguestfs-498758faee6be7e989869bf7feba5e1026a1bb65.zip
tests: Split regressions -> various subdirectories of tests/
Diffstat (limited to 'daemon/debug.c')
-rw-r--r--daemon/debug.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/daemon/debug.c b/daemon/debug.c
index bb91c9ef..31cef465 100644
--- a/daemon/debug.c
+++ b/daemon/debug.c
@@ -280,7 +280,9 @@ debug_env (const char *subcmd, int argc, char *const *const argv)
return out;
}
-/* Return binaries in the appliance. See regressions/rhbz727178.sh */
+/* Return binaries in the appliance.
+ * See tests/regressions/rhbz727178.sh
+ */
static char *
debug_binaries (const char *subcmd, int argc, char *const *const argv)
{
@@ -306,7 +308,9 @@ debug_binaries (const char *subcmd, int argc, char *const *const argv)
return out;
}
-/* Run 'ldd' on a file from the appliance. See regressions/rhbz727178.sh */
+/* Run 'ldd' on a file from the appliance.
+ * See tests/regressions/rhbz727178.sh
+ */
static char *
debug_ldd (const char *subcmd, int argc, char *const *const argv)
{