coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: fix typo in just-added test


From: Jim Meyering
Subject: [PATCH] tests: fix typo in just-added test
Date: Wed, 05 Oct 2011 23:25:52 +0200

Whoops, nearly missed this typo:
(merging into the test-adding commit)

* tests/ls/slink-acl: Fix typo: s/require_setacl/require_setfacl/
---
 tests/ls/slink-acl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ls/slink-acl b/tests/ls/slink-acl
index 5cbb27a..f4d0a11 100755
--- a/tests/ls/slink-acl
+++ b/tests/ls/slink-acl
@@ -19,7 +19,7 @@
 . "${srcdir=.}/init.sh"; path_prepend_ ../src
 print_ver_ ls

-require_setacl_
+require_setfacl_

 touch k || framework_failure_
 setfacl -m m::r k || framework_failure_
--
1.7.7.rc0.362.g5a14



reply via email to

[Prev in Thread] Current Thread [Next in Thread]