We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbe2940 + fa87ad6 commit cfe9329Copy full SHA for cfe9329
tests/functional/git-hashing/fixed.sh
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
source common.sh
4
5
# Store layer needs bugfix
tests/functional/help.sh
@@ -25,7 +25,7 @@ done
25
26
# FIXME: we don't know whether we built the manpages, so we can't
27
# reliably test them here.
28
-exit 0
+if false; then
29
30
# test help output
31
@@ -74,3 +74,5 @@ nix-daemon --help
74
nix-hash --help
75
nix-instantiate --help
76
nix-prefetch-url --help
77
78
+fi
0 commit comments