Fix Path To Document (#702)

This commit is contained in:
Andrew Beers
2019-12-02 10:51:51 -06:00
committed by Carrie Roberts
parent 7ea2f1e0a0
commit c2e01cdb48
+1 -3
View File
@@ -29,11 +29,9 @@ atomic_tests:
- name: Word spawned a command shell and used an IP address in the command line
description: |
Opens a word document that will run powershell and perform an nslookup on the IP 192.168.1.1 and a sleep command
supported_platforms:
- windows
executor:
name: powershell
command: |
Start-Process PathToAtomicsFolder\T1193\src\PowerShell_IP_Doc.doc
Start-Process $PathToAtomicsFolder\T1193\bin\PowerShell_IP_Doc.doc