tests: Remove priv-check. Use new require_root_ function instead.
[platform/upstream/coreutils.git] / tests / mkdir / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
2 TESTS = \
3   p-1 \
4   p-2 \
5   p-3 \
6   p-slashdot \
7   p-thru-slink \
8   p-v \
9   parents \
10   perm \
11   special-1 \
12   t-slash \
13   writable-under-readonly
14
15 EXTRA_DIST = $(TESTS)
16
17 include $(top_srcdir)/tests/check.mk