From 19a1ebc54395084c5a7c1584d0ea157bfdc4c94f Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Tue, 18 Aug 2026 19:32:58 -0700 Subject: [PATCH] Make Carried Link Tests Executable --- .gitattributes | 1 + scripts/tests/test_spec_validate.py | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 scripts/tests/test_spec_validate.py diff --git a/.gitattributes b/.gitattributes index c77f36cc..1bb10659 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,6 +21,7 @@ catalog/snippets/husky/pre-commit text eol=lf # Those are the CI validation entry point, the fleet-audit runner, the agent-safety hook and its installer with the installer's tests, and the action-owned gate implementations plus their local entry points and tests. # Do not re-add a blanket `*.py text eol=lf`. spec/validate.py text eol=lf +scripts/tests/test_spec_validate.py text eol=lf spec/audit.py text eol=lf spec/fidelity_honesty.py text eol=lf spec/workflow_reuse.py text eol=lf diff --git a/scripts/tests/test_spec_validate.py b/scripts/tests/test_spec_validate.py old mode 100644 new mode 100755 index b99ab5f2..bcee1a83 --- a/scripts/tests/test_spec_validate.py +++ b/scripts/tests/test_spec_validate.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """Exercise carried-link portability checks against a crafted manifest.""" from __future__ import annotations