]> git.ipfire.org Git - thirdparty/util-linux.git/blob - tests/ts/script/buffering-race
script: fix signalfd use
[thirdparty/util-linux.git] / tests / ts / script / buffering-race
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
15 TS_TOPDIR="${0%/*}/../.."
16 TS_DESC="buffering race"
17
18 . $TS_TOPDIR/functions.sh
19 ts_init "$*"
20
21 ts_check_test_command "$TS_CMD_SCRIPT"
22
23 #SCRIPT_DEBUG=all ULPTY_DEBUG=all
24 $TS_CMD_SCRIPT -c "echo Hallo World" /dev/null </dev/null >$TS_OUTPUT
25
26 ts_finalize
27