summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-07 21:46:11 +0000
committerJim Meyering <jim@meyering.net>2002-04-07 21:46:11 +0000
commit61d6d975af311900e91dcd898f236cfdaed65e63 (patch)
treea15875bb91e564067232916b500c58dab6a29b17 /tests/install
parentb5422e71f78a729e397805c27090d8cb8c168384 (diff)
downloadcoreutils-61d6d975af311900e91dcd898f236cfdaed65e63.tar.xz
Tweak comments to reflect reality.
Diffstat (limited to 'tests/install')
-rwxr-xr-xtests/install/basic-14
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/install/basic-1 b/tests/install/basic-1
index 4cc6a3506..4262f0e90 100755
--- a/tests/install/basic-1
+++ b/tests/install/basic-1
@@ -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