summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-18 18:48:22 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-18 18:48:22 +0000
commit9f6ffbac314e9fd662ad05252c17080a6624bccc (patch)
tree76e1e920559d6840672fd9b03d7ac352d6e4205d /tests/install
parent17d40155b4e5020e5d518a1d30b042a20509acc8 (diff)
downloadcoreutils-9f6ffbac314e9fd662ad05252c17080a6624bccc.tar.xz
Fix typo in comment.
Diffstat (limited to 'tests/install')
-rwxr-xr-xtests/install/basic-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/basic-1 b/tests/install/basic-1
index 86450dea5..6bbd66904 100755
--- a/tests/install/basic-1
+++ b/tests/install/basic-1
@@ -8,7 +8,7 @@ fi
dir=dir
file=file
-# Skip this test if we're on a non-POSIX platform where executable's names end
+# Skip this test if we're on a non-POSIX platform where executables' names end
# in .exe, or we have some other problem like that.
cat ../../src/dd > /dev/null || {
echo >&2 "$0: ../../src/dd is not readable, so can't run this test"