1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Update tests/functional/flakes/symlink-paths.sh

This commit is contained in:
John Ericson 2025-02-04 11:25:14 -05:00 committed by GitHub
parent 137ba71f02
commit f90ba3a7c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ test_symlink_points_to_dir_in_repo
test_symlink_from_repo_to_another() {
local repoDir="$TEST_ROOT/repo1"
createGitRepo "{$repoDir}"
createGitRepo "$repoDir"
echo "Hello" > "$repoDir/file"
mkdir "$repoDir/subdir"
cat > "$repoDir/subdir/flake.nix" <<EOF