Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Feb 26, 2025
1 parent 6516082 commit bb9a904
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sush"
version = "0.11.2"
version = "0.11.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Empty file added test/error
Empty file.
14 changes: 14 additions & 0 deletions test/ok
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
./test_ansi_c_quoting.bash
./test_script.bash
./test_options.bash
./test_redirects.bash
./test_glob.bash
./test_brace.bash
./test_calculation.bash
./test_others.bash
./test_compound.bash
./test_parameters.bash
./test_builtins.bash
./test_job.bash
../test/test_fixed.bash
../test/test_fixed.bash

0 comments on commit bb9a904

Please sign in to comment.