summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2022-03-25 11:26:23 -0700
committerBrian C. Lane <bcl@redhat.com>2022-03-25 11:26:23 -0700
commit6688c4785a1831d2dfe5be05b75024a60660ba58 (patch)
tree8d842f8fbdf3e02319ef069d87ed922cb2e99bba
parent42c59c7b5357cfbb0b00c5b48f6629fe98a5bc11 (diff)
downloadparted-6688c4785a1831d2dfe5be05b75024a60660ba58.tar.gz
tests: Remove trailing blanks
-rwxr-xr-xtests/t3210-gpt-type-change.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t3210-gpt-type-change.sh b/tests/t3210-gpt-type-change.sh
index b2e51cc..8e64d87 100755
--- a/tests/t3210-gpt-type-change.sh
+++ b/tests/t3210-gpt-type-change.sh
@@ -44,7 +44,7 @@ scsi_debug_setup_ dev_size_mb=25 > dev-name ||
skip_ 'failed to create scsi_debug device'
scsi_dev=$(cat dev-name)
-# Create a formatted partition.
+# Create a formatted partition.
# Set a different partition type on it, eg. lvm, then unset it.
# The partition flag should return to the detected filesystem type.