cpio.tests: mention suid bits too, not only sgid
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 Jun 2010 10:28:05 +0000 (12:28 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 Jun 2010 10:28:05 +0000 (12:28 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/cpio.tests

index 42e3ff8dc03444dec758e8bc411591d4e59c6cc1..5b397b01cfcf521d281afd856e85ee1c2eff25a8 100755 (executable)
@@ -97,14 +97,14 @@ usr
 " "" ""
 SKIP=
 
-# chown on a link was affecting file, dropping its sgid bits
+# chown on a link was affecting file, dropping its suid/sgid bits
 rm -rf cpio.testdir
 optional FEATURE_CPIO_O
 mkdir cpio.testdir
 touch cpio.testdir/file
-chmod 6755 cpio.testdir/file  # set the suid/sgid bit
+chmod 6755 cpio.testdir/file  # sets suid/sgid bits
 ln -sf file cpio.testdir/link
-testing "cpio restores sgid bits" \
+testing "cpio restores suid/sgid bits" \
 "cd cpio.testdir && { echo file; echo link; } | cpio -ovHnewc >pack.cpio && rm ???? && cpio -idmvu <pack.cpio 2>/dev/null;
  stat -c '%a %n' file" \
 "\