removed broken orphaned ebuilds
[booboo.git] / app-text / sdcv / files / sdcv-t_interactive.patch
blob83d503136c0f8979dee1f74c32a41aa0eaad05f7
1 --- sdcv-0.5.2/tests/t_interactive.orig 2018-08-26 15:04:39.174389830 +0300
2 +++ sdcv-0.5.2/tests/t_interactive 2018-08-26 15:05:01.494995830 +0300
3 @@ -10,7 +10,7 @@
5 "$PATH_TO_SDCV" -n >/dev/null 2>&1 &
6 PID=$!
7 -sleep 1
8 +sleep 5
10 if kill -0 $PID >/dev/null 2>&1 ; then
11 echo "process wait input: $PID, test failed" >&2