From 9ec5d7dd9afbd875a706d1339cd631c4bbff8991 Mon Sep 17 00:00:00 2001 From: Brian Thacker Date: Fri, 27 Nov 2020 14:57:42 -0600 Subject: [PATCH] Update T1218 Test 5 (#1296) default path contains a space and the command needs to be surrounded by quotes. Co-authored-by: Carrie Roberts --- atomics/T1218/T1218.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1218/T1218.yaml b/atomics/T1218/T1218.yaml index 0b10961a..1c1e297d 100644 --- a/atomics/T1218/T1218.yaml +++ b/atomics/T1218/T1218.yaml @@ -122,4 +122,4 @@ atomic_tests: name: command_prompt elevation_required: false command: | - #{microsoft_wordpath}\protocolhandler.exe "ms-word:nft|u|#{remote_url}" + "#{microsoft_wordpath}\protocolhandler.exe" "ms-word:nft|u|#{remote_url}"