test: disable privdrop in nts test
They are unrelated features. Not setting privdrop avoids a skip due to the nobody user not having access to the test directory.
This commit is contained in:
parent
f9cbc4803d
commit
385f7ebfd9
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@
|
||||||
check_chronyd_features NTS || test_skip "NTS support disabled"
|
check_chronyd_features NTS || test_skip "NTS support disabled"
|
||||||
certtool --help &> /dev/null || test_skip "certtool missing"
|
certtool --help &> /dev/null || test_skip "certtool missing"
|
||||||
|
|
||||||
check_chronyd_features PRIVDROP && user="nobody"
|
|
||||||
|
|
||||||
test_start "NTS authentication"
|
test_start "NTS authentication"
|
||||||
|
|
||||||
cat > $TEST_DIR/cert.cfg <<EOF
|
cat > $TEST_DIR/cert.cfg <<EOF
|
||||||
|
|
Loading…
Reference in a new issue