INN commit: trunk/tests/nnrpd (auth-test)

INN Commit Russ_Allbery at isc.org
Tue Aug 5 19:32:58 UTC 2008


    Date: Tuesday, August 5, 2008 @ 12:32:57
  Author: iulius
Revision: 7949

Fix the test suite (collateral issue after the migration to Lenny:
not adding "\n" to the end of this line prevents any error to
be raised... not even one triggered by "exit 1").

Modified:
  trunk/tests/nnrpd/auth-test

-----------+
 auth-test |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: auth-test
===================================================================
--- auth-test	2008-08-03 08:13:56 UTC (rev 7948)
+++ auth-test	2008-08-05 19:32:57 UTC (rev 7949)
@@ -55,7 +55,7 @@
     ;;
 partial-error)
     printf 'User:tester'
-    printf 'This is an error' >&2
+    echo 'This is an error' >&2
     exit 1
     ;;
 esac



More information about the inn-committers mailing list