chiark / gitweb /
Rearrange the file tree.
[catacomb] / pub / bbs-jump.c
similarity index 99%
rename from bbs-jump.c
rename to pub/bbs-jump.c
index 7275bd9054f60b1c4c197e2569457595ea925b90..dd41d6fd70e10ba86fb6151f48dcbc9e69f5341c 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Jumping around a BBS sequence
  *
@@ -287,7 +285,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/bbs");
+  test_run(argc, argv, tests, SRCDIR "/t/bbs");
   return (0);
 }