Skip to content

Commit

Permalink
Tests are currently running as user root, will be addressed in a sepa…
Browse files Browse the repository at this point in the history
…rate PR

Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed Jun 10, 2019
1 parent 420f58a commit 62153db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_suite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
@test "Ownership and permissions of pihole-FTL.db correct" {
run bash -c 'ls -l /etc/pihole/pihole-FTL.db'
printf "%s\n" "${lines[@]}"
[[ ${lines[0]} == "-rw-r--r-- 1 pihole pihole"* ]]
[[ ${lines[0]} == "-rw-r--r-- 1 root root"* ]]
}

@test "Final part of the tests: Kill pihole-FTL process" {
Expand Down

0 comments on commit 62153db

Please sign in to comment.