]> sourceware.org Git - lvm2.git/commitdiff
tests: metadata-zero-space more debugging
authorDavid Teigland <teigland@redhat.com>
Thu, 12 Sep 2019 19:38:20 +0000 (14:38 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 12 Sep 2019 19:38:20 +0000 (14:38 -0500)
test/shell/metadata-zero-space.sh

index ec7b65cc06576a353930deae280c591dc8e0c63e..1bd1eeff8d59e65f4acb18ef4d31ca738267e8d6 100644 (file)
@@ -38,7 +38,7 @@ xxd meta.raw > meta.txt
 # to help debug if the next grep fails
 ls -l meta.txt
 head -n 100 meta.txt
-grep -A4 -B4 00001200 meta.txt
+grep -A4 -B4 1200 meta.txt
 
 grep -B1 "$vg {" meta.txt > meta.vg
 
This page took 0.034681 seconds and 5 git commands to generate.