]> sourceware.org Git - lvm2.git/commitdiff
tests: previous patch wrongly replaced tab 1026105945
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 4 Oct 2023 23:10:13 +0000 (01:10 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 4 Oct 2023 23:11:54 +0000 (01:11 +0200)
Tab overwrote first char instead of insert.
Actually it should be a single function.

test/shell/devicesfile-vpd-ids.sh

index a71fb3192e7a4b1cafd0f150ef5097a18a2972b2..2e2c2f3ee878b1d238b422bcbb3de7d7eb4901cb 100644 (file)
@@ -249,11 +249,11 @@ rm "$DF"
 aux wipefs_a "$DEV1"
 mkdir -p "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device"
 xxd -r -p > "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device/wwid" <<- EOF
-       431 302e 4154 4120 2020 2020 5642 4f58
-       048 4152 4444 4953 4b20 2020 2020 2020
-       020 2020 2020 2020 2020 2020 2020 2020
-       020 2020 5642 3963 3130 6433 3138 2d31
-       838 6439 6562 6320 0a
+       7431 302e 4154 4120 2020 2020 5642 4f58
+       2048 4152 4444 4953 4b20 2020 2020 2020
+       2020 2020 2020 2020 2020 2020 2020 2020
+       2020 2020 5642 3963 3130 6433 3138 2d31
+       3838 6439 6562 6320 0a
 EOF
 cat "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device/wwid"
 lvmdevices --adddev "$DEV1"
@@ -276,11 +276,11 @@ rm "$DF"
 aux wipefs_a "$DEV1"
 mkdir -p "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device"
 xxd -r -p > "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device/wwid" <<- EOF
-       431 302e 4154 4120 2020 2020 5642 4f58
-       048 4152 4444 4953 4b20 2020 2020 2020
-       020 2020 2020 2020 2020 2020 2020 2020
-       020 2020 5642 3963 3130 6433 3138 2d31
-       838 6439 6562 6320 0a
+       7431 302e 4154 4120 2020 2020 5642 4f58
+       2048 4152 4444 4953 4b20 2020 2020 2020
+       2020 2020 2020 2020 2020 2020 2020 2020
+       2020 2020 5642 3963 3130 6433 3138 2d31
+       3838 6439 6562 6320 0a
 EOF
 cat "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device/wwid"
 lvmdevices --adddev "$DEV1"
@@ -325,11 +325,11 @@ rm "$DF"
 aux wipefs_a "$DEV1"
 mkdir -p "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device"
 xxd -r -p > "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device/wwid" <<- EOF
-       431 302e 4154 4120 2020 2020 5642 4f58
-       048 4152 4444 4953 4b20 2020 2020 2020
-       020 2020 2020 2020 2020 2020 2020 2020
-       020 2020 5642 3963 3130 6433 3138 2d31
-       838 6439 6562 5f20 0a
+       7431 302e 4154 4120 2020 2020 5642 4f58
+       2048 4152 4444 4953 4b20 2020 2020 2020
+       2020 2020 2020 2020 2020 2020 2020 2020
+       2020 2020 5642 3963 3130 6433 3138 2d31
+       3838 6439 6562 5f20 0a
 EOF
 cat "$SYS_DIR/dev/block/$MAJOR1:$MINOR1/device/wwid"
 # The wwid has an actual underscore char (5f) followed by a space char (20)
This page took 0.033833 seconds and 5 git commands to generate.