blob: dd173751b944f0ff9048cf2a2466b62c716d56f2 (
plain)
1
2
3
4
5
|
# Tests "queue" data type
load("assert.star", "assert")
assert.eq("load.star shell.star", rblf_shell("ls -1 shell.star load.star 2>&1"))
assert.eq("shell.star", rblf_shell("echo shell.sta*"))
|