Skip to content

Commit fa87ad6

Browse files
committed
Fix shellcheck warnings
1 parent fbe2940 commit fa87ad6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/functional/git-hashing/fixed.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
source common.sh
24

35
# Store layer needs bugfix

tests/functional/help.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ done
2525

2626
# FIXME: we don't know whether we built the manpages, so we can't
2727
# reliably test them here.
28-
exit 0
28+
if false; then
2929

3030
# test help output
3131

@@ -74,3 +74,5 @@ nix-daemon --help
7474
nix-hash --help
7575
nix-instantiate --help
7676
nix-prefetch-url --help
77+
78+
fi

0 commit comments

Comments
 (0)