Skip to content

Commit

Permalink
Removed some unnecessary backslashes in Bash code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Apr 8, 2024
1 parent 37e7d43 commit 111c3be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cd "$(dirname "$0")"

rm -f fake-notifier-status.txt

bash fake-tail.sh | \
cargo run -q -- -di1 -m10 -- bash fake-notifier.sh 2>&1 | \
bash fake-tail.sh |
cargo run -q -- -di1 -m10 -- bash fake-notifier.sh 2>&1 |
tee output.txt

diff {expected,output}.txt

0 comments on commit 111c3be

Please sign in to comment.