Fix test
nix-support/failed is supposed to be a file, not a directory.
This commit is contained in:
parent
07e5fc5618
commit
b1ce76c2b4
|
@ -1,3 +1,3 @@
|
|||
#! /bin/sh
|
||||
mkdir -p $out/nix-support/failed
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
touch $out/nix-support/failed
|
||||
|
|
Loading…
Reference in a new issue