blob: 4bc305a9d02db612163668678c3392ab7fa0a472 [file] [log] [blame]
EXIT=1
FILES="A B"
A_1='0123456789012345678901234567890123456789'
A_2='0123456789012345678901234567890123456789'
INPUT='
open 0 A 0 41
close 0
'
OUTPUT="#
# open 0 A 0 41
stdin:2: mapped range (0x0,0x29) is outside of size of file (0x28)
stdin:2: command 'open' failed
# close 0
stdin:3: slot '0' is not open
stdin:3: command 'close' failed
"