summaryrefslogtreecommitdiff
path: root/tests/futility/test_not_really.sh
blob: 8ea0c9a2f64acc0f4d6fede2b17e9bbe464b2529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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