oz123 пре 10 година
родитељ
комит
39bc8c0431
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -40,7 +40,7 @@ lint:
 
 test: install clean
 	python setup.py test
-	@rm -f pwman/tests/test.conf
+	@rm -f tests/test.conf
 
 test-all:
 	tox