Skip to content

Commit

Permalink
Add missing executable bits on fixture scripts
Browse files Browse the repository at this point in the history
Five fixture scripts were found by `etc/check-mode.sh` to begin
with `#!` but not be marked executable. This adds `+x` to them.

(I inspected them to make sure that this, and not removing the
shebangs, was the correct fix.)

This commit also removes the two temporary test files that had been
added to ensure `etc/check-mode.sh` is capable of identifying the
opposite situation. The script is now expected to pass.
  • Loading branch information
EliahKagan committed Nov 28, 2024
1 parent 7ba80da commit ed757ea
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2 deletions.
Empty file removed etc/delete-after-testing/empty.sh
Empty file.
2 changes: 0 additions & 2 deletions etc/delete-after-testing/not empty.sh

This file was deleted.

Empty file modified gix-diff/tests/fixtures/make_diff_for_rewrites_repo.sh
100644 → 100755
Empty file.
Empty file modified gix-merge/tests/fixtures/make_blob_repo.sh
100644 → 100755
Empty file.
Empty file modified gix-merge/tests/fixtures/text-baseline.sh
100644 → 100755
Empty file.
Empty file modified gix-merge/tests/fixtures/tree-baseline.sh
100644 → 100755
Empty file.
Empty file modified gix-revision/tests/fixtures/merge_base_octopus_repos.sh
100644 → 100755
Empty file.

0 comments on commit ed757ea

Please sign in to comment.