From b1ce76c2b405f91da938a811ff9be6e408a303ec Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 26 Feb 2016 19:54:32 +0100 Subject: [PATCH] Fix test nix-support/failed is supposed to be a file, not a directory. --- tests/jobs/succeed-with-failed.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/jobs/succeed-with-failed.sh b/tests/jobs/succeed-with-failed.sh index 51f79931..bd1214b9 100755 --- a/tests/jobs/succeed-with-failed.sh +++ b/tests/jobs/succeed-with-failed.sh @@ -1,3 +1,3 @@ #! /bin/sh -mkdir -p $out/nix-support/failed - +mkdir -p $out/nix-support +touch $out/nix-support/failed