chiark / gitweb /
* Fix fd handling to work around Python's habit of closing files
[autopkgtest.git] / virt-subproc / adt-virt-null
index e1a887b3881fee46bf6b4a36cae27faaf7860bae..f515286baed6bd52d8254db82de012c54adc3034 100755 (executable)
@@ -52,7 +52,7 @@ def parse_args():
        if os.getuid()==0:
                capabilities.append('root-on-testbed')
 
-       vsp.down = []
+       vsp.down = ['sh','-ec']
 
 def hook_open():
        global downtmp