Author: baggins                      Date: Thu Nov 22 14:08:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- read /bin/awk for test not /bin/csh (awk must be there, csh may not)

---- Files affected:
SOURCES:
   krb5-tests.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/krb5-tests.patch
diff -u SOURCES/krb5-tests.patch:1.7 SOURCES/krb5-tests.patch:1.8
--- SOURCES/krb5-tests.patch:1.7        Wed Nov 21 18:07:52 2007
+++ SOURCES/krb5-tests.patch    Thu Nov 22 15:08:44 2007
@@ -30,3 +30,15 @@
                DICT=`cd $srcdir/../test && pwd`/dictionary
        else
                echo 'run.test: no dictionary'
+@@ -404,9 +404,9 @@
+       awk 'BEGIN {
+               for (i = 1; i <= 10; ++i) {
+                       printf("p\nkkey1\nD/bin/sh\n");
+-                      printf("p\nkkey2\nD/bin/csh\n");
++                      printf("p\nkkey2\nD/bin/awk\n");
+                       if (i % 8 == 0) {
+-                              printf("c\nkkey2\nD/bin/csh\n");
++                              printf("c\nkkey2\nD/bin/awk\n");
+                               printf("c\nkkey1\nD/bin/sh\n");
+                               printf("e\t%d of 10 (comparison)\n", i);
+                       } else
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/krb5-tests.patch?r1=1.7&r2=1.8&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to