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:
Miroslav Lichvar 2021-05-10 15:09:38 +02:00
parent f9cbc4803d
commit 385f7ebfd9

View file

@ -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