summaryrefslogtreecommitdiff
path: root/tests/misc/md5sum-bsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/md5sum-bsd.sh')
-rwxr-xr-xtests/misc/md5sum-bsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/md5sum-bsd.sh b/tests/misc/md5sum-bsd.sh
index a092894b5..c5069f351 100755
--- a/tests/misc/md5sum-bsd.sh
+++ b/tests/misc/md5sum-bsd.sh
@@ -25,7 +25,7 @@ print_ver_ md5sum
# Ensure we can --check BSD alternate format.
# Note we start this list with a name
# that's unambiguous in BSD format.
-# I.E. one not starting with ' ' or '*'
+# I.e., one not starting with ' ' or '*'
for i in 'a' ' b' '*c' 'dd' ' '; do
echo "$i" > "$i"
md5sum "$i" >> check.md5sum