-chmod -> xterm
This commit is contained in:
parent
ff87dd42ff
commit
18f92fc003
1 changed files with 5 additions and 9 deletions
|
|
@ -31,19 +31,17 @@
|
|||
PACKAGE="mailcap"
|
||||
export LINES=24
|
||||
export COLUMNS=80
|
||||
export TERM="xterm-256color"
|
||||
export TERM="xterm"
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
rlAssertRpm $PACKAGE
|
||||
|
||||
|
||||
rlPass "test"
|
||||
rlLog "TERM: $TERM"
|
||||
TERM='xterm-256color'; export TERM
|
||||
rlLog "TERM: $TERM"
|
||||
rlPass "endtest"
|
||||
|
||||
#rlLog "TERM: $TERM"
|
||||
#TERM='xterm-256color'; export TERM
|
||||
#rlLog "TERM: $TERM"
|
||||
|
||||
rlFileBackup "/var/mail/root"
|
||||
rlRun "cat ./mail > /var/mail/root"
|
||||
rlRun "cat ./run-test.sh > /usr/local/bin/run-test.sh"
|
||||
|
|
@ -68,8 +66,6 @@ rlJournalStart
|
|||
|
||||
rlRun "dnf -y install ncurses-term"
|
||||
|
||||
ls -l /dev/pts/2
|
||||
chmod 666 /dev/pts/2
|
||||
|
||||
rlRun "stty rows 24 cols 80"
|
||||
rlRun "chmod +x ./mutt.exp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue