mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
util-linux: fix TEST. (#3345)
This commit is contained in:
@@ -226,5 +226,8 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
# Set TS_OPTS="" otherwise "--nonroot" is passed to tests/run.sh which
|
||||
# then returns "Ignore util-linux test suite [non-root UID expected]."
|
||||
LIBRARY_PATH="$sourceDir/.libs${LIBRARY_PATH:+:$LIBRARY_PATH}" \
|
||||
make check TS_OPTS=
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user