mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Merge pull request #11794 from nix-windows/windows-functional/nul-character
Rename nul.nar because nul is a special name in Windows
This commit is contained in:
commit
30f4f21887
2 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ rm -f "$TEST_ROOT/unicode-*"
|
||||||
|
|
||||||
# Unpacking a NAR with a NUL character in a file name should fail.
|
# Unpacking a NAR with a NUL character in a file name should fail.
|
||||||
rm -rf "$TEST_ROOT/out"
|
rm -rf "$TEST_ROOT/out"
|
||||||
expectStderr 1 nix-store --restore "$TEST_ROOT/out" < nul.nar | grepQuiet "NAR contains invalid file name 'f"
|
expectStderr 1 nix-store --restore "$TEST_ROOT/out" < nul-character.nar | grepQuiet "NAR contains invalid file name 'f"
|
||||||
|
|
||||||
# Likewise for a '.' filename.
|
# Likewise for a '.' filename.
|
||||||
rm -rf "$TEST_ROOT/out"
|
rm -rf "$TEST_ROOT/out"
|
||||||
|
|
Loading…
Reference in a new issue