49628: Add an xfail test for RPS1/RPROMPT equivalence.

This commit is contained in:
Daniel Shahaf 2021-12-01 06:32:51 +00:00
parent 884cd84722
commit 7acfb7dfae
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2021-12-01 Daniel Shahaf <d.s@daniel.shahaf.name>
* 49628: Test/D01prompt.ztst: Add an xfail test for RPS1/RPROMPT
equivalence.
* 49624: Test/E03posix.ztst: Expect the test 'All identifiers
are variable references in POSIX arithmetic' to pass, as it
has been passing since 49611.

View File

@ -257,3 +257,9 @@
ZTST_skip='Missing terminfo module or non-colour terminal'
fi
0:Equivalence of terminal colour settings (background colour)
(RPS1=foo; echo $RPS1 $RPROMPT)
(RPS2=bar; echo $RPS2 $RPROMPT2)
-fD:RPS1 and RPROMPT are aliases (regression from 5.0.6) (workers/49600)
>foo foo
>bar bar