T1036.006: tweak based on testing

This commit is contained in:
George Allen
2021-11-22 01:20:43 +00:00
parent 2e055a11b9
commit 974334e776
+3 -3
View File
@@ -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