diff options
Diffstat (limited to 'tests/misc/selinux')
-rwxr-xr-x | tests/misc/selinux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/selinux b/tests/misc/selinux index 87d1a8dde..414e22e4d 100755 --- a/tests/misc/selinux +++ b/tests/misc/selinux @@ -10,8 +10,8 @@ if test "$VERBOSE" = yes; then stat --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh skip_if_root_ require_selinux_ |