From 974334e776ff05c8ae6191e30d602540f93f2adf Mon Sep 17 00:00:00 2001 From: George Allen Date: Mon, 22 Nov 2021 01:20:43 +0000 Subject: [PATCH] T1036.006: tweak based on testing --- atomics/T1036.006/T1036.006.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atomics/T1036.006/T1036.006.yaml b/atomics/T1036.006/T1036.006.yaml index 0e3c4e15..6e8752fb 100644 --- a/atomics/T1036.006/T1036.006.yaml +++ b/atomics/T1036.006/T1036.006.yaml @@ -27,8 +27,8 @@ atomic_tests: command: | mkdir -p /tmp/atomic-test-T1036.006 cd /tmp/atomic-test-T1036.006 - mkdir -p 'testdirwithspaceend\ ' - touch 'testdirwithspaceend\ /testfile\ ' - echo -e "a\n#modified $(date -Is)\n.\nw\nq\n" | ed 'endspacetestfile\ ' + mkdir -p 'testdirwithspaceend ' + touch 'testdirwithspaceend /testfile1 ' + echo -e "a\n#atomic-test T1036.006\n.\nw\nq\n" | ed 'testdirwithspaceend /testfile1 ' &> /dev/null cleanup_command: rm -rf /tmp/atomic-test-T1036.006