summaryrefslogtreecommitdiff
path: root/gnu/packages/bash.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-09 20:34:19 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-10 03:48:53 +0200
commit1e8b8dcf558ef9ba7dbcf59f34cab6c5415df36d (patch)
tree7a68d56b76338d876fda9c1ad3dd9955873c5a00 /gnu/packages/bash.scm
parentb324c5b2b227e94fa648ae6378e517eb8dd1ff57 (diff)
downloadguix-patches-1e8b8dcf558ef9ba7dbcf59f34cab6c5415df36d.tar
guix-patches-1e8b8dcf558ef9ba7dbcf59f34cab6c5415df36d.tar.gz
gnu: bats: Define TAP.
* gnu/packages/bash.scm (bats)[description]: Use @acronym{TAP, …}.
Diffstat (limited to 'gnu/packages/bash.scm')
-rw-r--r--gnu/packages/bash.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index b331676f7a..1bc636a10b 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -409,8 +409,9 @@ capturing.")
(build-system trivial-build-system)
(home-page "https://github.com/bats-core/bats-core/")
(synopsis "Bash Automated Testing System")
- (description "Bats is a TAP-compliant testing framework for Bash. It
-provides a simple way to verify that the UNIX programs you write behave as
-expected. Bats is most useful when testing software written in Bash, but you
-can use it to test any UNIX program.")
+ (description
+ "Bats is a @acronym{TAP, Test Anything Protocol}-compliant testing
+framework for Bash. It provides a simple way to verify that the UNIX programs
+you write behave as expected. Bats is most useful when testing software written
+in Bash, but you can use it to test any UNIX program.")
(license expat)))