File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1079,7 +1079,6 @@ def test_audit_shellcommandtask_file(tmpdir):
1079
1079
shutil .copy ("test.txt" , tmpdir )
1080
1080
shutil .copy ("test2.txt" , tmpdir )
1081
1081
1082
-
1083
1082
cmd = "cat"
1084
1083
file_in = tmpdir / "test.txt"
1085
1084
file_in_2 = tmpdir / "test2.txt"
@@ -1100,7 +1099,7 @@ def test_audit_shellcommandtask_file(tmpdir):
1100
1099
},
1101
1100
),
1102
1101
),
1103
- (
1102
+ (
1104
1103
"in_file_2" ,
1105
1104
attr .ib (
1106
1105
type = File ,
@@ -1139,6 +1138,7 @@ def test_audit_shellcommandtask_file(tmpdir):
1139
1138
assert data ["AtLocation" ] == str (file_in_2 )
1140
1139
assert data ["digest" ] == test_file_hash_2
1141
1140
1141
+
1142
1142
def test_audit_shellcommandtask_version (tmpdir ):
1143
1143
import subprocess as sp
1144
1144
You can’t perform that action at this time.
0 commit comments