Fix broken glob inside quotes
[integration/test.git] / csit / suites / controller / akka_upgrade / 1node.robot
index 537eaeb6f416293f705c2ad73904c07507c1a772..c8bf11b3b0c74a1208551414bba81ea64331f7bc 100644 (file)
@@ -133,7 +133,7 @@ Kill_Older_Odl
 Transfer_Persisted_Data
     [Documentation]    Move snapshots and (segmented-)journal into the original ODL installation.
     # SSHLibrary.Switch_Connection    ${odl_system_ssh_index}
-    ${stdout} =    SSHKeywords.Execute_Command_Should_Pass    cp -rv "${alternative_bundlefolder}/snapshots" "${WORKSPACE}/${BUNDLEFOLDER}/" && cp -rv "${alternative_bundlefolder}/*journal" "${WORKSPACE}/${BUNDLEFOLDER}/"
+    ${stdout} =    SSHKeywords.Execute_Command_Should_Pass    cp -rv "${alternative_bundlefolder}/snapshots" "${WORKSPACE}/${BUNDLEFOLDER}/" && cp -rv "${alternative_bundlefolder}/"*journal "${WORKSPACE}/${BUNDLEFOLDER}/"
     Set_Suite_Variable    ${stdout}
 
 Check_Snapshot_With_Transferred_Persisted_Data