diff options
Diffstat (limited to 'test/shim/runtime-handler-shim-v2/validate.sh')
-rwxr-xr-x | test/shim/runtime-handler-shim-v2/validate.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/shim/runtime-handler-shim-v2/validate.sh b/test/shim/runtime-handler-shim-v2/validate.sh deleted file mode 100755 index b74a059ef..000000000 --- a/test/shim/runtime-handler-shim-v2/validate.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -# A sample script to validating the running containerd-shim-runsc-v1. - -set -ex - -ps aux | grep [c]ontainerd-shim-runsc-v1 |