Imported Upstream version 1.8.0
[platform/upstream/augeas.git] / lenses / tests / test_postfix_virtual.aug
index d326830..da33a4d 100644 (file)
@@ -16,6 +16,7 @@ user2@virtual-alias.domain
 root    robert.oot@domain.com
 @example.net  root,postmaster
 postmaster  mtaadmin+root=mta1
+some_user  localuser
 "
 
 (* Test: Postfix_Virtual.lns *)
@@ -44,3 +45,6 @@ test Postfix_Virtual.lns get conf =
   { "pattern" = "postmaster"
     { "destination" = "mtaadmin+root=mta1" }
   }
+  { "pattern" = "some_user"
+    { "destination" = "localuser" }
+  }