]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - tests/lib.sh
tests: Use <STDERR< and >STDERR> as markers.
[coloredstderr/coloredstderr.git] / tests / lib.sh
index 94807699c8f305c2bd207031986257beeffa7c5d..88bcbbe62a5614c6ee5c38f1880a125f5cdd2d6c 100644 (file)
@@ -64,8 +64,8 @@ run_test() {
         export COLORED_STDERR_FDS
 
         # Change pre/post strings for simpler testing.
-        COLORED_STDERR_PRE='>stderr>'
-        COLORED_STDERR_POST='<stderr<'
+        COLORED_STDERR_PRE='>STDERR>'
+        COLORED_STDERR_POST='<STDERR<'
         export COLORED_STDERR_PRE
         export COLORED_STDERR_POST
         # And force writes to a file (unless we are testing the force).