diff options
Diffstat (limited to 'tests/rm/one-file-system')
-rwxr-xr-x | tests/rm/one-file-system | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |