X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-copy-file.sh;h=98da280efb9c473170bdc1c3dc0b8ee74c5ce2b5;hb=a363f4ed4a0e69187c97686ac44502c49c7f4b3d;hp=fecf9bc300d37691b8dc0d8e8440af89852918c0;hpb=227b08bbf68b66e8d7cd4da5c1a6f0ebf5a5d9e8;p=gnulib.git diff --git a/tests/test-copy-file.sh b/tests/test-copy-file.sh index fecf9bc30..98da280ef 100755 --- a/tests/test-copy-file.sh +++ b/tests/test-copy-file.sh @@ -55,7 +55,7 @@ cd "$builddir" || # manipulating ACLs. # Possible values are: # linux, cygwin, freebsd, solaris, hpux, hpuxjfs, osf1, aix, macosx, irix, none. - # TODO: Support also native Win32 platforms (mingw). + # TODO: Support also native Windows platforms (mingw). acl_flavor=none if (getfacl tmpfile0 >/dev/null) 2>/dev/null; then # Platforms with the getfacl and setfacl programs. @@ -105,7 +105,7 @@ cd "$builddir" || acl_flavor=aix else if (fsaclctl -v >/dev/null) 2>/dev/null; then - # MacOS X. + # Mac OS X. acl_flavor=macosx else if test -f /sbin/chacl; then