mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Typo
This commit is contained in:
parent
52ba3cc5ea
commit
4cfa59fdb3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ expectStderr 1 nix-store --restore "$TEST_ROOT/out" < "$TEST_ROOT/tmp.nar" | gre
|
||||||
mkdir -p "$TEST_ROOT/out2"
|
mkdir -p "$TEST_ROOT/out2"
|
||||||
expectStderr 1 nix-store --restore "$TEST_ROOT/out" < "$TEST_ROOT/tmp.nar" | grepQuiet "File exists"
|
expectStderr 1 nix-store --restore "$TEST_ROOT/out" < "$TEST_ROOT/tmp.nar" | grepQuiet "File exists"
|
||||||
|
|
||||||
# The same, but for a symlink
|
# The same, but for a symlink.
|
||||||
ln -sfn foo "$TEST_ROOT/symlink"
|
ln -sfn foo "$TEST_ROOT/symlink"
|
||||||
nix-store --dump "$TEST_ROOT/symlink" > "$TEST_ROOT/tmp.nar"
|
nix-store --dump "$TEST_ROOT/symlink" > "$TEST_ROOT/tmp.nar"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue