chiark / gitweb /
Use right test vector file name.
authormdw <mdw>
Sun, 14 Dec 2003 14:46:11 +0000 (14:46 +0000)
committermdw <mdw>
Sun, 14 Dec 2003 14:46:11 +0000 (14:46 +0000)
bits.c

diff --git a/bits.c b/bits.c
index f3d773236faad8bee4ffabd04e54eb35f1e1958a..52242b2db3d18d4836e6630551c15200f0af3cfe 100644 (file)
--- a/bits.c
+++ b/bits.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
 /* -*-c-*-
  *
- * $Id: bits.c,v 1.2 2000/10/14 16:46:44 mdw Exp $
+ * $Id: bits.c,v 1.3 2003/12/14 14:46:11 mdw Exp $
  *
  * Test rig for bits header
  *
  *
  * Test rig for bits header
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: bits.c,v $
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: bits.c,v $
+ * Revision 1.3  2003/12/14 14:46:11  mdw
+ * Use right test vector file name.
+ *
  * Revision 1.2  2000/10/14 16:46:44  mdw
  * Make sure that the bits testcase gets its test vector from the source
  * directory.
  * Revision 1.2  2000/10/14 16:46:44  mdw
  * Make sure that the bits testcase gets its test vector from the source
  * directory.
@@ -109,7 +112,7 @@ static test_chunk tests[] = {
 
 int main(int argc, char *argv[])
 {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, tests, SRCDIR "/bits.test");
+  test_run(argc, argv, tests, SRCDIR "/bits.in");
   return (0);
 }
 
   return (0);
 }