aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2013-01-05 13:56:11 +0000
committerkate.ward <kate.ward@forestent.com>2013-01-05 13:56:11 +0000
commitda1f85666887139f0473809fe09756c9fcc1ee30 (patch)
tree2ae315c40b1516c7e2dc5039a77a2524d3f0d318
parent60095fabf287e0627d9185d63cb79e007a2013d6 (diff)
downloadshflags-da1f85666887139f0473809fe09756c9fcc1ee30.tar.gz
tweak to end-of-output notice
-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