]> git.ipfire.org Git - thirdparty/util-linux.git/blame - tests/ts/script/buffering-race
script: fix signalfd use
[thirdparty/util-linux.git] / tests / ts / script / buffering-race
CommitLineData
d9f50441
SK
1#!/bin/bash
2
3# This file is part of util-linux.
4#
5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This file is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14
15TS_TOPDIR="${0%/*}/../.."
16TS_DESC="buffering race"
17
18. $TS_TOPDIR/functions.sh
19ts_init "$*"
20
21ts_check_test_command "$TS_CMD_SCRIPT"
22
b1154c4e
KZ
23#SCRIPT_DEBUG=all ULPTY_DEBUG=all
24$TS_CMD_SCRIPT -c "echo Hallo World" /dev/null </dev/null >$TS_OUTPUT
d9f50441
SK
25
26ts_finalize
27