[med-svn] [Git][med-team/glam2][master] Insert forgotten argument on test

Saira Hussain gitlab at salsa.debian.org
Mon Mar 18 18:47:05 GMT 2019


Saira Hussain pushed to branch master at Debian Med / glam2


Commits:
1038cf72 by Saira Hussain at 2019-03-18T18:46:21Z
Insert forgotten argument on test

Insert a dollar as to set correctly the environment variable
that had as a result a failing test.

- - - - -


1 changed file:

- debian/tests/check-no-args


Changes:

=====================================
debian/tests/check-no-args
=====================================
@@ -12,8 +12,8 @@ STDOUT="$(glam2 2> ${TMP})"
 HELP_TEXT="$(glam2 -h)"
 
 # now diff them
-grep -q "{HELP_TEXT}" "${TMP}"
+grep -q "${HELP_TEXT}" "${TMP}"
 echo "SUCCESS: Help text is there!"
 
 # clean-up
-rm ${TMP}
\ No newline at end of file
+rm ${TMP}



View it on GitLab: https://salsa.debian.org/med-team/glam2/commit/1038cf72d6287a7304b8f8944f583cb19ad48d2b

-- 
View it on GitLab: https://salsa.debian.org/med-team/glam2/commit/1038cf72d6287a7304b8f8944f583cb19ad48d2b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190318/1b1c3d33/attachment.html>


More information about the debian-med-commit mailing list