mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Make the dm_bulkall test output match that of the dm_bulkattr test
Change output to match test_bulkattr.c
This commit is contained in:
@@ -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("<len=%d>\n", attrlen);
|
||||
}
|
||||
else {
|
||||
printf("<none>\n");
|
||||
|
||||
Reference in New Issue
Block a user