windows tests: fix $FAIL escaping

pull/16/head
Astro 2019-04-21 22:21:18 +02:00
parent 816ead8b96
commit 35ddb4f5cf
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation {
${ssh "shutdown -p -f"}
wait
[ "\\$FAIL" = "y" ] && exit 1
[ "\\\$FAIL" = "y" ] && exit 1
EOF
chmod a+x $out/bin/run.sh