Skip to content

Commit

Permalink
test: fix not actually using env_var
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed May 26, 2024
1 parent 7a63000 commit 73093a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if {![info exists ::env($env_var)]} {
exit 2
}

set binary $::env(JSONWATCH_COMMAND)
set binary $::env($env_var)

if {![file exists $binary]} {
puts stderr [list file $binary from environment variable $env_var doesn't exist]
Expand Down

0 comments on commit 73093a0

Please sign in to comment.