mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
parent
2a25c1d9b4
commit
fd4f995963
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ expectStderr 1 nix-store "${opts[@]}" --restore "$TEST_ROOT/case" < case-collisi
|
||||||
# to the same name should fail on macOS but succeed on Linux.
|
# to the same name should fail on macOS but succeed on Linux.
|
||||||
rm -rf "$TEST_ROOT/out"
|
rm -rf "$TEST_ROOT/out"
|
||||||
if [[ $(uname) = Darwin ]]; then
|
if [[ $(uname) = Darwin ]]; then
|
||||||
expectStderr 1 nix-store --restore "$TEST_ROOT/out" < unnormalized.nar | grepQuiet "cannot create directory.*File exists"
|
expectStderr 1 nix-store --restore "$TEST_ROOT/out" < unnormalized.nar | grepQuiet "path '.*/out/â' already exists"
|
||||||
else
|
else
|
||||||
nix-store --restore "$TEST_ROOT/out" < unnormalized.nar
|
nix-store --restore "$TEST_ROOT/out" < unnormalized.nar
|
||||||
[[ -e $TEST_ROOT/out/â ]]
|
[[ -e $TEST_ROOT/out/â ]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue