X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-copy-acl.sh;h=50112c17e2e90ccfb071083f82ffe786c57799d2;hb=refs%2Ftags%2Fstable%2F20120404;hp=4111bbcc285f4df56e6f5fb7f91187064e72003e;hpb=c6d98d8cd52c163c2dba42a41da25356c4dad9f0;p=gnulib.git diff --git a/tests/test-copy-acl.sh b/tests/test-copy-acl.sh index 4111bbcc2..50112c17e 100755 --- a/tests/test-copy-acl.sh +++ b/tests/test-copy-acl.sh @@ -61,7 +61,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.