aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/platform_TLSDate/src/hang_subproc
diff options
context:
space:
mode:
Diffstat (limited to 'client/site_tests/platform_TLSDate/src/hang_subproc')
-rwxr-xr-xclient/site_tests/platform_TLSDate/src/hang_subproc14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/site_tests/platform_TLSDate/src/hang_subproc b/client/site_tests/platform_TLSDate/src/hang_subproc
deleted file mode 100755
index 78a560ec41..0000000000
--- a/client/site_tests/platform_TLSDate/src/hang_subproc
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-if grep -q '^ok$' "$1" 2>/dev/null; then
- # Take down tlsdated
- kill -TERM $PPID
- exit 1
-fi
-
-echo 'ok' > "$1"
-sleep 10
-exit 1