aboutsummaryrefslogtreecommitdiff
path: root/tools/rbcrun/testdata/shell.star
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbcrun/testdata/shell.star')
-rw-r--r--tools/rbcrun/testdata/shell.star5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/rbcrun/testdata/shell.star b/tools/rbcrun/testdata/shell.star
new file mode 100644
index 0000000000..ad106974c4
--- /dev/null
+++ b/tools/rbcrun/testdata/shell.star
@@ -0,0 +1,5 @@
+# Tests "queue" data type
+load("assert.star", "assert")
+
+assert.eq("load.star shell.star", rblf_shell("cd %s && ls -1 shell.star load.star 2>&1" % rblf_env.TEST_DATA_DIR))
+assert.eq("shell.star", rblf_shell("cd %s && echo shell.sta*" % rblf_env.TEST_DATA_DIR))