From: Avery Pennarun Date: Mon, 6 Sep 2010 04:29:54 +0000 (-0700) Subject: t/test.sh: fix whitespace problems with the 'Inode:' line from 'stat'. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=26d48e9130d706f5fa7cc13b318f307e9178fa15;p=packages%2Fb%2Fbup.git t/test.sh: fix whitespace problems with the 'Inode:' line from 'stat'. Signed-off-by: Avery Pennarun --- diff --git a/t/test.sh b/t/test.sh index 7a4984d..4648b9d 100755 --- a/t/test.sh +++ b/t/test.sh @@ -232,7 +232,7 @@ genstat() find . | sort | xargs stat | - sed -e 's/Inode: [0-9]\+//' \ + sed -e 's/Inode: [0-9]\+ *//' \ -e '/^ \+Size: /d' \ -e '/^Change: /d' \ -e '/^Access: [0-9]/d'