aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/1.0/src/shflags_test_helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/1.0/src/shflags_test_helpers b/source/1.0/src/shflags_test_helpers
index e78beac..d1bcd3d 100644
--- a/source/1.0/src/shflags_test_helpers
+++ b/source/1.0/src/shflags_test_helpers
@@ -74,7 +74,7 @@ th_showOutput()
cat "${_th_stderr}" >&2
fi
if [ -n "${_th_stdout}" -o -n "${_th_stderr}" ]; then
- echo '>>> end output' >&2
+ echo '<<< end output' >&2
fi
fi