]> arthur.barton.de Git - bup.git/commitdiff
t/test.sh: fix whitespace problems with the 'Inode:' line from 'stat'.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 6 Sep 2010 04:29:54 +0000 (21:29 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 02:24:19 +0000 (19:24 -0700)
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
t/test.sh

index 7a4984d9a1eae75ade61a8a3b9f20e1682210a02..4648b9dfd0e4a2a89606201ed70c2fa4d5ddecbd 100755 (executable)
--- 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'