diff --git a/main.fmf b/main.fmf index 7fe08a1..47f72fd 100644 --- a/main.fmf +++ b/main.fmf @@ -8,8 +8,8 @@ summary: Run all tests test: | git clone https://github.com/aborah-sudo/pam_cs.git - cd shadow-cs - pytest -v shadow_cs.py + cd pam_cs + pytest -v pam_cs.py require: - git-core - pytest