diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-28 17:16:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-29 17:36:43 +0000 |
commit | 0e42da1b15894b66e3726d8ce0e41e25bdc21149 (patch) | |
tree | 183bf8644df267960d8b3a6f6eb972fdee02f7f0 /test/aux-fixed/4007.script | |
parent | 9439f85e4de0ea4cd0ddedad9387e50c935073e2 (diff) |
Support timeout option on malware=
Diffstat (limited to 'test/aux-fixed/4007.script')
-rwxr-xr-x | test/aux-fixed/4007.script | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aux-fixed/4007.script b/test/aux-fixed/4007.script index 9cdd098ff..e391a2bb2 100755 --- a/test/aux-fixed/4007.script +++ b/test/aux-fixed/4007.script @@ -18,5 +18,6 @@ fi case $action in accept) ;; reject) echo "VNAME found in file $1";; +pause3) sleep 3;; esac |