From fa87ad6a7ca97c4bd45ddec284be4209495bb1eb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 29 Jan 2025 15:34:49 +0100 Subject: [PATCH] Fix shellcheck warnings --- tests/functional/git-hashing/fixed.sh | 2 ++ tests/functional/help.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/functional/git-hashing/fixed.sh b/tests/functional/git-hashing/fixed.sh index 1962472a8..f33d95cfa 100644 --- a/tests/functional/git-hashing/fixed.sh +++ b/tests/functional/git-hashing/fixed.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + source common.sh # Store layer needs bugfix diff --git a/tests/functional/help.sh b/tests/functional/help.sh index 2d64c465d..efacaba59 100755 --- a/tests/functional/help.sh +++ b/tests/functional/help.sh @@ -25,7 +25,7 @@ done # FIXME: we don't know whether we built the manpages, so we can't # reliably test them here. -exit 0 +if false; then # test help output @@ -74,3 +74,5 @@ nix-daemon --help nix-hash --help nix-instantiate --help nix-prefetch-url --help + +fi