Results for vars-bash.test.sh

statusbashdashashzshmkshkshtoyshsushbrushosh
pass 0000000010
FAIL 0000001101
TIME 1111110000
total1111111111
casebashdashashzshmkshkshtoyshsushbrushoshdescription
0TIME TIME TIME TIME TIME TIME FAIL FAIL pass FAIL $SHELL is set to what is in /etc/passwd
detailsdetailsdetailsdetailsdetailsdetailsdetailsdetailsdetails
1 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 6 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

toysh0 $SHELL is set to what is in /etc/passwd

[toysh stdout] Expected 'SHELL is set\nSHELL is set\nSHELL is set\n', got 'SHELL is set\nSHELL is set\n'
[toysh status] Expected 0, got 1

stdout:
SHELL is set
SHELL is set
stderr:
SHELL=/bin/bash
SHELL=/bin/bash
sh: Unknown option 'l' (see "sh --help")
sush0 $SHELL is set to what is in /etc/passwd

[sush stdout] Expected 'SHELL is set\nSHELL is set\nSHELL is set\n', got ''
[sush status] Expected 0, got 2

stdout:
stderr: 
: line : set: -i: invalid option
: line : set: -l: invalid option
osh0 $SHELL is set to what is in /etc/passwd

[osh stdout] Expected 'SHELL is set\nSHELL is set\nSHELL is set\n', got ''

stdout:
stderr: 
  shopt -s globstar  # long overdue, try out wc -l **/*.py
  ^~~~~
/home/andy/git/dotfiles//interactive.bash:23: 'shopt' got invalid option 'globstar'