summaryrefslogtreecommitdiff
path: root/tests/df/df-symlink.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/df/df-symlink.sh')
-rwxr-xr-xtests/df/df-symlink.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/df/df-symlink.sh b/tests/df/df-symlink.sh
index 44f954134..b59309788 100755
--- a/tests/df/df-symlink.sh
+++ b/tests/df/df-symlink.sh
@@ -31,7 +31,7 @@ compare exp out || fail=1
# Ensure we output the same values for device nodes and '.'
# This was not the case in coreutil-8.22 on systems
# where the device in the mount list was a symlink itself.
-# I.E. '.' => /dev/mapper/fedora-home -> /dev/dm-2
+# I.e., '.' => /dev/mapper/fedora-home -> /dev/dm-2
df --out=source,target '.' > out || fail=1
compare exp out || fail=1