Skip to content

Commit

Permalink
build(justfile): do not subst env var w/ {{...}}
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed May 26, 2024
1 parent 85f739d commit b250d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test: debug test-unit
# The integration tests use Expect and do not work on Windows.
[unix]
test-integration:
{{TCLSH}} tests/integration.tcl
"$TCLSH" tests/integration.tcl

test-unit:
cargo test

0 comments on commit b250d57

Please sign in to comment.