aboutsummaryrefslogtreecommitdiffstats
path: root/tests/scripts.rs
diff options
context:
space:
mode:
authorJonas Maier <jonas@x77.dev>2026-05-09 11:33:12 +0200
committerJonas Maier <jonas@x77.dev>2026-05-09 11:33:12 +0200
commitd80a9f03b3eec7c4d7d5eb32a88033bec87bdb53 (patch)
treeb2c90a12a6e7154411d6360b53e6afc0d6adda0a /tests/scripts.rs
parentdd24cc2aec9ece8214ec1a4eff4abd26d00ea083 (diff)
downloadpish-d80a9f03b3eec7c4d7d5eb32a88033bec87bdb53.tar.gz
another test case
Diffstat (limited to 'tests/scripts.rs')
-rw-r--r--tests/scripts.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scripts.rs b/tests/scripts.rs
index 9b82ed1..7a0a3e0 100644
--- a/tests/scripts.rs
+++ b/tests/scripts.rs
@@ -6,3 +6,8 @@ fn fun0() {
common::test_case("fun0", include_bytes!("../test-cases/fun0/script.sh"), include_bytes!("../test-cases/fun0/stdout.txt"));
}
+#[test]
+fn variables() {
+ common::test_case("variables", include_bytes!("../test-cases/variables/script.sh"), include_bytes!("../test-cases/variables/stdout.txt"));
+}
+