Skip to content

Commit

Permalink
test: Test-Pathをつかう
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Dec 2, 2023
1 parent 426d5d2 commit c0a79cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $tests = Get-ChildItem '0*' | ForEach-Object {
};
}

$selPath = if ( [System.IO.Path]::Exists("../../../dist/sel.exe") ) {
$selPath = if ( Test-Path "../../../dist/sel.exe" ) {
"../../../dist/sel.exe"
} else {
"../../../dist/sel"
Expand Down

0 comments on commit c0a79cd

Please sign in to comment.