13005SN/A# Copyright (c) 2006 The Regents of The University of Michigan
23005SN/A# All rights reserved.
33005SN/A#
43005SN/A# Redistribution and use in source and binary forms, with or without
53005SN/A# modification, are permitted provided that the following conditions are
63005SN/A# met: redistributions of source code must retain the above copyright
73005SN/A# notice, this list of conditions and the following disclaimer;
83005SN/A# redistributions in binary form must reproduce the above copyright
93005SN/A# notice, this list of conditions and the following disclaimer in the
103005SN/A# documentation and/or other materials provided with the distribution;
113005SN/A# neither the name of the copyright holders nor the names of its
123005SN/A# contributors may be used to endorse or promote products derived from
133005SN/A# this software without specific prior written permission.
143005SN/A#
153005SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
163005SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
173005SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
183005SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
193005SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
203005SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
213005SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
223005SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
233005SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
243005SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
253005SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
263005SN/A#
273005SN/A# Authors: Steve Reinhardt
283005SN/A
293005SN/Aroot.system.readfile = os.path.join(tests_root, 'halt.sh')
30