bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone
Blob Blame History Raw
#!/bin/bash
# Author Alice Kaerast <alice@kaerast.info>

t_Log "$0 checking timeout and sleep"

timeout 1 sleep 2
test $? -eq 124 && timeout 2 sleep 1
t_CheckExitStatus $?