Tomato 1.25
[tomato.git] / release / src / router / busybox / shell / hush_test / hush-trap / exit.tests
blob092543c251873319659fac0cfc1f781cb5fa6ab1
1 "$THIS_SH" -c 'trap "echo cow" 0'
2 "$THIS_SH" -c 'trap "echo moo" EXIT'
3 "$THIS_SH" -c 'trap "echo no" 0; trap 0'