From 60f399cdcab485d3145978c27dccae5057ed985f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Notin?= Date: Sat, 20 Jun 2020 00:28:03 +0200 Subject: [PATCH] T1105: fix bitsadmin local_path (#1051) Absolute path is required Co-authored-by: Carrie Roberts --- atomics/T1105/T1105.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1105/T1105.yaml b/atomics/T1105/T1105.yaml index c1da5cf0..8a83a10d 100644 --- a/atomics/T1105/T1105.yaml +++ b/atomics/T1105/T1105.yaml @@ -226,7 +226,7 @@ atomic_tests: local_path: description: Local path to place file type: Path - default: Atomic-license.txt + default: '%temp%\Atomic-license.txt' remote_file: description: URL of file to copy type: Url