summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-11-17 08:43:29 -0800
committerPhaedrus Leeds <mwl458@gmail.com>2022-01-04 10:44:37 -0800
commitb076db2199b3a189f72213028641977526cb0f8f (patch)
tree10da13d9b807880a4decee0dab5996bd5b0300d9
parente5bec49b83964d73ce3d3ba9766f904413930ca9 (diff)
downloadflatpak-b076db2199b3a189f72213028641977526cb0f8f.tar.gz
tests: Fix a comment
(cherry picked from commit dfde010a49ed02c966ee9050e8ea4dc75033bdb6)
-rw-r--r--tests/libtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest.sh b/tests/libtest.sh
index 28aa5160..59951f4e 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -18,7 +18,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-# redirect stdout to stderr, otherwise the log will have command output out of
+# redirect stderr to stdout, otherwise the log will have command output out of
# order with xtrace output
exec 2>&1