Skip to content

Commit

Permalink
exercise symlink chasing without .git (#763)
Browse files Browse the repository at this point in the history
* exercise symlink chasing without .git

* fix b symlink
  • Loading branch information
imjasonh authored Jul 13, 2022
1 parent 2336bb5 commit a148473
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Check that symlinks in kodata are chased.
# Skip this test on Windows.
if [[ "$RUNNER_OS" == "Linux" ]]; then
docker run ${testimg} --wait=false -f HEAD
docker run ${testimg} --wait=false -f b
fi
# Check that using ldflags to set variables works.
Expand Down
1 change: 0 additions & 1 deletion test/kodata/HEAD

This file was deleted.

1 change: 1 addition & 0 deletions test/kodata/a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello
1 change: 1 addition & 0 deletions test/kodata/b
1 change: 0 additions & 1 deletion test/kodata/refs

This file was deleted.

0 comments on commit a148473

Please sign in to comment.