X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Fcommon.sh;h=9e6cb2269cebb0a0b7a08b55a43f102c87e22e86;hb=f7d9cd4bee03230dd8839581f772bdf2bdbf3c97;hp=b869d56dfed711f55fa77e1ddc7c68c3d14e44e0;hpb=9deab9cb456aa52ea9857663304f322b5c6be72d;p=mmh diff --git a/test/common.sh b/test/common.sh index b869d56..9e6cb22 100644 --- a/test/common.sh +++ b/test/common.sh @@ -8,6 +8,17 @@ trap ' ' 0 1 2 15 failed=0 +#fake sleeps 60 secounds and then reads all input +mmh_test_fakepager() +{ + sleep 60 + + while read a + do + sleep 0 + done + exit 0 +} test_skip() {