Skip to content

Commit f7b5293

Browse files
committed
add tests for quoted commands fix
Signed-off-by: kwakubiney <[email protected]>
1 parent 91a2b67 commit f7b5293

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

evaluation/tests/quoted_cmd.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
"cat" "$0" | "tr" "A-Z" "a-z"

evaluation/tests/test_evaluation_scripts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ pipeline_microbenchmarks=(
8888
tr-test # Tests all possible behaviors of tr that exist in our evaluation
8989
grep-test # Tests some interesting grep invocations
9090
ann-agg # Tests custom aggregators in annotations
91+
quoted_cmd # Tests whether PaSh can parallelize quoted commands
9192
# # # # micro_1000 # Not being run anymore, as it is very slow. Tests whether the compiler is fast enough. It is a huge pipeline without any computation.
9293
)
9394

0 commit comments

Comments
 (0)