move misc source file test and fix scripts to xt/
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 6 May 2010 23:46:51 +0000 (19:46 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 6 May 2010 23:46:51 +0000 (19:46 -0400)
The license and non-UTF8 file checks are closer to
author tests and don't really belong at the top level of the
Koha source tree.  Follow-up might be to converted them
to test cases in xt/author that can be run by prove(1).

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

xt/find-license-problems [moved from find-license-problems with 100% similarity]
xt/find-nonutf8 [moved from find-nonutf8 with 100% similarity]
xt/fix-old-fsf-address [moved from fix-old-fsf-address with 97% similarity]
xt/fix-old-fsf-address.exclude [moved from fix-old-fsf-address.exclude with 100% similarity]

similarity index 100%
rename from find-nonutf8
rename to xt/find-nonutf8
similarity index 97%
rename from fix-old-fsf-address
rename to xt/fix-old-fsf-address
index c996287..6a67d8b 100755 (executable)
@@ -4,9 +4,9 @@
 # instead of the Franklin Street one. Files to be fixed are read from
 # stdin. Typical usage would be:
 #
-#   ./find-license-problems . | 
-#   grep -vFx -f fix-old-fsf-address.exclude | 
-#   ./fix-old-fsf-address
+#   ./xt/find-license-problems . | 
+#   grep -vFx -f ./xt/fix-old-fsf-address.exclude | 
+#   ./xt/fix-old-fsf-address
 #
 # Copyright 2010 Catalyst IT Ltd
 #