Make test suite work

OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=109
This commit is contained in:
Dr. Werner Fink 2020-11-20 14:52:13 +00:00 committed by Git OBS Bridge
parent 5567a70f62
commit 2dfbde3fa2
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ Fri Nov 20 11:48:50 UTC 2020 - Dr. Werner Fink <werner@suse.de>
* tcsh-6.22.02-double_tilde.dif
* tcsh-6.22.02-history-merge.dif
* tcsh-6.22.02-workaround-common.patch
- Make test suite work
-------------------------------------------------------------------
Fri Oct 16 10:20:03 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@ -133,7 +133,7 @@ correction, a history mechanism, job control, and a C-like syntax.
EOF
> $SCREENLOG
tail -q -s 0.5 -f $SCREENLOG & pid=$!
env -i HOME=$HOME TERM=$TERM TMPDIR=$TMPDIR \
env -i HOME=$HOME TERM=$TERM TMPDIR=$TMPDIR PATH=$PATH \
SCREENRC=$SCREENRC SCREENDIR=$SCREENDIR \
screen -D -m make check
sleep 1