summaryrefslogtreecommitdiff
path: root/tests/test-set-mode-acl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-set-mode-acl.sh')
-rwxr-xr-xtests/test-set-mode-acl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-set-mode-acl.sh b/tests/test-set-mode-acl.sh
index 24ce003029..28d7e110bb 100755
--- a/tests/test-set-mode-acl.sh
+++ b/tests/test-set-mode-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.