]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testfile.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / cups / testfile.c
index 9dbd8d549d357cc8953668c7dff2d6f40fc69f39..dae50fa23847acec10d6d71b6ec5f17494efca48 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * File test program for CUPS.
  *
  * Copyright 2007-2015 by Apple Inc.
@@ -138,9 +136,9 @@ main(int  argc,                             /* I - Number of command-line arguments */
       puts("PASS");
       fputs("cupsFileGets: ", stdout);
 
-      if ((count = count_lines(fp)) != 208)
+      if ((count = count_lines(fp)) != 201)
       {
-        printf("FAIL (got %d lines, expected 208)\n", count);
+        printf("FAIL (got %d lines, expected 201)\n", count);
        status ++;
       }
       else
@@ -158,9 +156,9 @@ main(int  argc,                             /* I - Number of command-line arguments */
          puts("PASS");
          fputs("cupsFileGets: ", stdout);
 
-         if ((count = count_lines(fp)) != 208)
+         if ((count = count_lines(fp)) != 201)
          {
-           printf("FAIL (got %d lines, expected 208)\n", count);
+           printf("FAIL (got %d lines, expected 201)\n", count);
            status ++;
          }
          else
@@ -822,8 +820,3 @@ read_write_tests(int compression)   /* I - Use compression? */
 
   return (status);
 }
-
-
-/*
- * End of "$Id$".
- */