summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-11-17 08:43:29 -0800
committerPhaedrus Leeds <mwleeds@protonmail.com>2021-11-17 08:43:29 -0800
commitdfde010a49ed02c966ee9050e8ea4dc75033bdb6 (patch)
treebe24b0e5acb1b35f0b4e32e4abf0bbd95ee38d9b
parente5df71fb659c1ccf0865eae2c5a51ec5ea1701f4 (diff)
downloadflatpak-dfde010a49ed02c966ee9050e8ea4dc75033bdb6.tar.gz
tests: Fix a comment
-rw-r--r--tests/libtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest.sh b/tests/libtest.sh
index df1492c1..7790dd88 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