Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Aug 22, 2023
1 parent 1676f16 commit f9170c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function setup() {

"$repo_path/install" --prefix="$repo_path" --yes

[[ -f "$base_path/bin/squashfs-mount" ]] && export PATH="$base_path/bin/squashfs-mount:$PATH"
[[ -f "$base_path/bin/squashfs-mount" ]] && export PATH="$base_path/bin:$PATH"

echo $PATH

Expand Down

0 comments on commit f9170c1

Please sign in to comment.