1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 20:33:18 +02:00

Tweak comments to reflect reality.

This commit is contained in:
Jim Meyering
2002-04-07 21:46:11 +00:00
parent b5422e71f7
commit 61d6d975af

View File

@@ -50,10 +50,10 @@ EOF
# This test would fail with 3.16s when using versions of strip that
# don't work on read-only files (the one from binutils works fine).
ginstall -s -c -m 555 dd $dir || fail=1
# Make sure the dest file has been created.
# Make sure the source file is still around.
test -f dd || fail=1
# ...and that the permissions are as requested.
# Make sure that the destination file has the requested permissions.
set X `ls -l $dir/dd`
shift
test "$1" = -r-xr-xr-x || fail=1