summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/eventscripts/stubs/timeout
blob: 1ddce531df4ba38d417a43bbca92a0f0352a68d6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -n "$FAKE_TIMEOUT" ] ; then
    exit 124
else
    shift 1
    exec "$@"
fi