use dots instead of carets

This commit is contained in:
Charlie Mordant
2020-04-15 15:14:30 +02:00
parent ea9109220b
commit ba5d929fce
8 changed files with 70 additions and 185 deletions
+4
View File
@@ -20,3 +20,7 @@ def test_mylv_logical_volume_is_created(host):
def test_volume_is_mounted(host):
host.file("/var/lib/mountpoint").mode == 0o731
def test_volume2_is_mounted(host):
host.file("/var/lib/mountpoint2").mode == 0o731