Skip to content

Commit 848b24c

Browse files
committed
adjust concept tests after changing subprocess model
1 parent ef44cb8 commit 848b24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/library-tests/frameworks/stdlib/SystemCommandExecution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def os_members():
140140
args = "<progname>"
141141
use_shell = False
142142
exe = "executable"
143-
subprocess.Popen(args, shell=use_shell, executable=exe) # $getCommand=exe SPURIOUS: getCommand=args
143+
subprocess.Popen(args, shell=use_shell, executable=exe) # $getCommand=exe
144144

145145

146146
################################################################################

0 commit comments

Comments
 (0)