diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 18:48:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 18:48:22 +0000 |
commit | 9f6ffbac314e9fd662ad05252c17080a6624bccc (patch) | |
tree | 76e1e920559d6840672fd9b03d7ac352d6e4205d /tests | |
parent | 17d40155b4e5020e5d518a1d30b042a20509acc8 (diff) | |
download | coreutils-9f6ffbac314e9fd662ad05252c17080a6624bccc.tar.xz |
Fix typo in comment.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/install/basic-1 | 2 |
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" |