mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
change show test utility function
Due to how various tests show the status of variables I decided to modify the `show` test utility function I recently added.
This commit is contained in:
@@ -193,4 +193,4 @@ if test (string length "$x") -ne $FISH_READ_BYTE_LIMIT
|
||||
end
|
||||
|
||||
echo '# Confirm reading non-interactively works (#4206 regression)'
|
||||
echo abc\ndef | ../test/root/bin/fish -i -c 'read a; read b; show $a; show $b'
|
||||
echo abc\ndef | ../test/root/bin/fish -i -c 'read a; read b; show a; show b'
|
||||
|
||||
Reference in New Issue
Block a user