From bb7edbf51da535109507b011da187abffc6ce89a Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Mon, 31 May 2004 18:19:44 +0000 Subject: [PATCH] Make the dm_bulkall test output match that of the dm_bulkattr test Change output to match test_bulkattr.c --- dmapi/src/suite2/src/test_bulkall.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dmapi/src/suite2/src/test_bulkall.c b/dmapi/src/suite2/src/test_bulkall.c index 408113be..427eeb34 100644 --- a/dmapi/src/suite2/src/test_bulkall.c +++ b/dmapi/src/suite2/src/test_bulkall.c @@ -202,9 +202,10 @@ my_print_victim( */ if (verbose & V_PRINT) { if (attrlen) { - printf("%d (%s)\n", - attrlen, - isalpha(attrval[0]) ? attrval : ""); + if (isalpha(attrval[0]) ) + printf("(%s)\n", attrval); + else + printf("\n", attrlen); } else { printf("\n"); -- 2.47.3