Index: scripts/empty.sh =================================================================== diff -u --- scripts/empty.sh (revision 0) +++ scripts/empty.sh (revision 7708ea2446d9ad4eeb829a0cbded98ef3bf757d3) @@ -0,0 +1,4 @@ +#!/bin/sh +# sleep 20 # testing the timeout. +echo "$(basename $0) called with [$@]" +exit 99