Skip to content

Commit

Permalink
test: remove [[ syntax from script
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 7, 2025
1 parent c2a477e commit b16fa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/failed-requests.n3
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ prefix e: <http://eulersharp.sourceforge.net/2003/03swap/log-rules#>
true log:equalTo false .
}
{
"if [[ `git status --porcelain` ]]; then exit 1; fi" e:exec 0 .
"if git status --porcelain | grep .; then exit 1; fi" e:exec 0 .
}
) log:ifThenElseIn [] .
} => {
Expand Down

0 comments on commit b16fa6b

Please sign in to comment.