Skip to content

Commit

Permalink
make test pass in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
revesansparole committed Dec 11, 2015
1 parent 49472a2 commit 9f22884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_manage_cfg.py
Expand Up @@ -40,7 +40,6 @@ def test_manage_init_create_pkg_hash():

@with_setup(setup, teardown)
def test_manage_init_protect_pkglts_dir_from_modif():
print "list", listdir(pj(tmp_dir, ".pkglts"))
assert "regenerate.no" in listdir(pj(tmp_dir, ".pkglts"))
assert "clean.no" in listdir(pj(tmp_dir, ".pkglts"))

Expand Down

0 comments on commit 9f22884

Please sign in to comment.