forked from stove/dataset
5 lines
145 B
Python
5 lines
145 B
Python
from os.path import isfile
|
|
|
|
|
|
def test_nextcloud_not_upgraded():
|
|
assert not isfile('/var/lib/risotto/srv/nextcloud/keys/config.UPGRADED.php')
|