summaryrefslogtreecommitdiff
path: root/tests/futility/test_not_really.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/futility/test_not_really.sh')
-rwxr-xr-xtests/futility/test_not_really.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/futility/test_not_really.sh b/tests/futility/test_not_really.sh
deleted file mode 100755
index 8ea0c9a2..00000000
--- a/tests/futility/test_not_really.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash -eu
-# Copyright (c) 2013 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.
-
-me=${0##*/}
-
-TMP="$OUTDIR/$me.tmp"
-
-echo "FUTILITY=$FUTILITY" > "$TMP"
-echo "SCRIPTDIR=$SCRIPTDIR" >> "$TMP"
-
-exit 0