]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Tweak comments to reflect reality.
authorJim Meyering <jim@meyering.net>
Sun, 7 Apr 2002 21:46:11 +0000 (21:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Apr 2002 21:46:11 +0000 (21:46 +0000)
tests/install/basic-1

index 4cc6a35065c49696027ed1cf0948586e376b70b8..4262f0e909d3a1b18fcee6d80c273159ffbc3254 100755 (executable)
@@ -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