Skip to content

Commit 298429b

Browse files
committed
Detection is broken, should this be an actual bug?
1 parent ede7b53 commit 298429b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -187,22 +187,6 @@ compile_assertions_finished () {
187187
assert_line " * webserver group.....: apache"
188188
}
189189

190-
@test "Check for newly added webserver group (Nginx)" {
191-
if [ "$distro_id" != "ID=fedora" ]; then
192-
# Debian/Ubuntu start with a www-data group
193-
skip
194-
fi
195-
repo-remove httpd nginx
196-
for www_group in nginx apache; do
197-
userdel ${www_group} || true
198-
groupdel ${www_group} || true
199-
done
200-
repo-install nginx
201-
run ./configure --with-domjudge-user=$u
202-
assert_line "checking webserver-group... nginx (detected)"
203-
assert_line " * webserver group.....: nginx"
204-
}
205-
206190
@test "Run as normal user" {
207191
setup
208192
run ./configure --with-domjudge-user=$u

0 commit comments

Comments
 (0)