mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Update tests/functional/flakes/symlink-paths.sh
This commit is contained in:
parent
137ba71f02
commit
f90ba3a7c1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ test_symlink_points_to_dir_in_repo
|
||||||
|
|
||||||
test_symlink_from_repo_to_another() {
|
test_symlink_from_repo_to_another() {
|
||||||
local repoDir="$TEST_ROOT/repo1"
|
local repoDir="$TEST_ROOT/repo1"
|
||||||
createGitRepo "{$repoDir}"
|
createGitRepo "$repoDir"
|
||||||
echo "Hello" > "$repoDir/file"
|
echo "Hello" > "$repoDir/file"
|
||||||
mkdir "$repoDir/subdir"
|
mkdir "$repoDir/subdir"
|
||||||
cat > "$repoDir/subdir/flake.nix" <<EOF
|
cat > "$repoDir/subdir/flake.nix" <<EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue