Skip to content

Commit

Permalink
test: Adjust project root path for moved static-code
Browse files Browse the repository at this point in the history
This was missing from commit e395923
  • Loading branch information
martinpitt committed Dec 5, 2024
1 parent e395923 commit b24e039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/static-code
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ main() {
exit 1
fi

cd "${0%/*}/.."
cd "${0%/*}/../.."
if [ ! -e .git ]; then
echo '1..0 # SKIP not in a git checkout'
exit 0
Expand Down

0 comments on commit b24e039

Please sign in to comment.