You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
checkout/__test__
Johannes Schindelin 96f53100ba
Mark test scripts with Bash'isms to be run via Bash (#1377)
In #1369, I mistakenly replaced the hash-bang lines in the two new
scripts with `#!/bin/sh`, missing that both files contain the Bash'ism
`[[`. Symptom as per
https://github.com/actions/checkout/actions/runs/5200323109/jobs/9378889172?pr=1369#step:12:5

    __test__/verify-sparse-checkout.sh: 58: [[: not found

Let's change those hash-bang lines back to `#!/bin/bash`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
3 years ago
..
git-auth-helper.test.ts Add support for sparse checkouts (#1369) 3 years ago
git-command-manager.test.ts Add support for sparse checkouts (#1369) 3 years ago
git-directory-helper.test.ts Add support for sparse checkouts (#1369) 3 years ago
git-version.test.ts
input-helper.test.ts Add support for sparse checkouts (#1369) 3 years ago
modify-work-tree.sh
override-git-version.cmd Swap to Environment Files (#360) 5 years ago
override-git-version.sh Swap to Environment Files (#360) 5 years ago
ref-helper.test.ts update dev dependencies and react to new linting rules (#611) 4 years ago
retry-helper.test.ts update dev dependencies and react to new linting rules (#611) 4 years ago
verify-basic.sh update default branch (#305) 6 years ago
verify-clean.sh
verify-lfs.sh
verify-no-unstaged-changes.sh update troubleshooting instructions to include 'npm run format' 6 years ago
verify-side-by-side.sh
verify-sparse-checkout-non-cone-mode.sh Mark test scripts with Bash'isms to be run via Bash (#1377) 3 years ago
verify-sparse-checkout.sh Mark test scripts with Bash'isms to be run via Bash (#1377) 3 years ago
verify-submodules-false.sh add support for submodules (#173) 6 years ago
verify-submodules-recursive.sh add support for submodules (#173) 6 years ago
verify-submodules-true.sh add support for submodules (#173) 6 years ago