From 39137a5d05df940410261f4cad2e4a695faf0f7f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Dec 2007 12:29:25 +0100 Subject: tests: Remove priv-check. Use new require_root_ function instead. * tests/priv-check: Remove file. * tests/Makefile.am (EXTRA_DIST): Remove priv-check. * tests/test-lib.sh (require_root_): New function. Use this function rather than sourcing the priv-check file. * tests/sample-test: Use require_root_ rather than priv-check. * tests/chown/basic: Likewise. * tests/cp/cp-a-selinux: Likewise. * tests/cp/preserve-gid: Likewise. * tests/cp/special-bits: Likewise. * tests/ls/nameless-uid: Likewise. * tests/misc/chcon: Likewise. * tests/mkdir/writable-under-readonly: Likewise. * tests/mv/sticky-to-xpart: Likewise. * tests/rm/fail-2eperm: Likewise. * tests/rm/no-give-up: Likewise. * tests/rm/one-file-system: Likewise. * tests/tail-2/append-only: Likewise. * tests/touch/now-owned-by-other: Likewise. * tests/rm/fail-eperm: Use skip_if_root_ rather than priv-check. * Makefile.maint (sc_root_tests): Reflect this change: search for the new function name. --- tests/rm/one-file-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/one-file-system') diff --git a/tests/rm/one-file-system b/tests/rm/one-file-system index 471216c2c..15d327965 100755 --- a/tests/rm/one-file-system +++ b/tests/rm/one-file-system @@ -21,9 +21,9 @@ if test "$VERBOSE" = yes; then rm --version fi -PRIV_CHECK_ARG=require-root . $srcdir/../priv-check . $srcdir/../lang-default . $srcdir/../test-lib.sh +require_root_ # If used, these must *follow* test-lib.sh. cleanup_() { rm -rf "$other_partition_tmpdir"; } -- cgit v1.2.3-54-g00ecf