summaryrefslogtreecommitdiff
path: root/tests/cp
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-29 08:55:47 +0100
committerJim Meyering <meyering@redhat.com>2008-02-09 10:30:33 +0100
commit0f197c8acd0b74a4496284491b59ceea84f8652b (patch)
tree87bd42a853aaf49fc332a912860cda26e8bc7812 /tests/cp
parent1bfffd6a2dc1b62440429e3c7bd46564fbc1c1f9 (diff)
downloadcoreutils-0f197c8acd0b74a4496284491b59ceea84f8652b.tar.xz
tests: start migrating sourced-file function-like tests into test-lib.sh.
* tests/acl: Remove file. * tests/test-lib.sh (require_acl_): New function. * tests/cp/acl: Use require_acl_ instead. * tests/mv/acl: Likewise. * tests/Makefile.am (EXTRA_DIST): Remove acl.
Diffstat (limited to 'tests/cp')
-rwxr-xr-xtests/cp/acl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/acl b/tests/cp/acl
index d28537890..42f7c3464 100755
--- a/tests/cp/acl
+++ b/tests/cp/acl
@@ -17,7 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. $srcdir/../acl
# Make sure we get English translations.
. $srcdir/../lang-default
@@ -36,6 +35,7 @@ if test "$VERBOSE" = yes; then
fi
. $srcdir/../test-lib.sh
+require_acl_
mkdir -p a b || framework_failure
touch a/file || framework_failure