Commit 1038cf72 authored by Saira Hussain's avatar Saira Hussain 💬
Browse files

Insert forgotten argument on test

Insert a dollar as to set correctly the environment variable
that had as a result a failing test.
parent 7ab2cf88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ 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