]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
Long devicenames cause this quota output to split onto 2 lines:
authorTim Shimmin <tes@sgi.com>
Thu, 6 Nov 2008 15:10:24 +0000 (15:10 +0000)
committerTim Shimmin <tes@sgi.com>
Thu, 6 Nov 2008 15:10:24 +0000 (15:10 +0000)
commitdc4bae27a448ed6f02a354e33feabb40dc5dc7f9
tree1f166a239fab6c651cb5bca8aa14605270b9a28c
parenta5f4f588c116f3e2979997f803e21768449fd515
Long devicenames cause this quota output to split onto 2 lines:

# xfs_quota -c "quota -gpu -birnN 99" /mnt/scratch
/dev/mapper/testvol-test2
                           880       1004       1004   00 [--------]           1         10         10   00 [--------]           0          0          0   00 [--------] /mnt/scratch

but if we make that "\n" go away, the test still passes.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Merge of master-melb:xfs-cmds:32444a by kenmcd.

  Long devicenames cause this quota output to split onto 2 lines:
  # xfs_quota -c "quota -gpu -birnN 99" /mnt/scratch
  /dev/mapper/testvol-test2
  880       1004       1004   00 [--------]           1         10         10   00 [--------]           0          0          0   00 [--------] /mnt/scratch
  but if we make that "\n" go away, the test still passes.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
052