diff --git a/alib2cli/test-src/cli/CliTest.cpp b/alib2cli/test-src/cli/CliTest.cpp
index 1ed62535acc15340218a628845ef7abb8f698b44..79741dccbd24fcf0b11146493cd60e93d4ed3af2 100644
--- a/alib2cli/test-src/cli/CliTest.cpp
+++ b/alib2cli/test-src/cli/CliTest.cpp
@@ -342,7 +342,7 @@ TEST_CASE ( "Cli", "[unit][cli]" ) {
 
 		testLine ( "execute $set >lo\\cal/yyy.xml", environment );
 
-		testLine ( "execute < :set @int \"local/yyy.xml\" > $set2", environment );
+		testLine ( "execute < \"local/yyy.xml\" > $set2", environment );
 		CHECK ( ext::to_string ( environment.getVariable ( "set2" )->getActualType ( ) ) == "ext::set<int>" );
 
 		testLine ( "execute $set2 | Print -", environment );