summaryrefslogtreecommitdiff
path: root/tests/test-copy-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-copy-file.sh')
-rwxr-xr-xtests/test-copy-file.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-copy-file.sh b/tests/test-copy-file.sh
index fecf9bc300..7d6d687f7c 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.