Skip to content

Commit

Permalink
Don't expect deploy module to create a runtime dir
Browse files Browse the repository at this point in the history
  • Loading branch information
azubieta committed Jun 21, 2022
1 parent 92a84ea commit 9e957e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/modules/deploy/apt/test_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ def test_deploy(self):
apt_deploy = Deploy(self.apt_venv)
apt_deploy.deploy(["perl", "util-linux"], self.appdir_path)
self.assertTrue(next(self.appdir_path.glob("usr")))
self.assertTrue(next(self.appdir_path.glob("runtime/compat/lib")))

0 comments on commit 9e957e4

Please sign in to comment.