diff --git a/interactiveRules/tar-test-rules/tarCollection.r b/interactiveRules/tar-test-rules/tarCollection.r
index ba692234e59c3703ee70e1993272e4bd390a55da..46718e78e216804eb8b7e12cf24f01d8214ed383 100644
--- a/interactiveRules/tar-test-rules/tarCollection.r
+++ b/interactiveRules/tar-test-rules/tarCollection.r
@@ -42,7 +42,7 @@ tarCollection{
     }
     else {*tarFile = "*parentColl/*collName.tar"}
     writeLine("stdout", "Create *tarFile");
-    msiArchiveCreate(*tarFile, *parentColl);
+    msiArchiveCreate(*tarFile, *coll);
     if(bool(*delete)){
         msiRmColl(*coll, "forceFlag=", *out);
         writeLine("stdout", *out);