[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix typo
Holger Levsen
holger at layer-acht.org
Tue Jun 13 21:56:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d1bef5e312083c4a95a7ff5ecadfe6b4d53e34af
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jun 13 23:56:54 2017 +0200
reproducible Debian: fix typo
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_node_health_check.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index 9936a0f..12a5f21 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -41,7 +41,7 @@ set -e
# is the filesystem writetable?
#
echo "$(date -u) - testing whether /tmp is writable..."
-$TEST=$(mktemp --tmpdir=/tmp rwtest-XXXXXX)
+TEST=$(mktemp --tmpdir=/tmp rwtest-XXXXXX)
if [ -z "$TEST" ] ; then
echo "Failure to write a file in /tmp, assuming read-only filesystem."
exit 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list