# Check output against <testname>_expected
##################################################################
-if ( @ARGV < 1 )
-{
- usage();
-}
-
-
##################################################################
# Global configuration items
##################################################################
'extensions' => \$OPT_EXTENSIONS
);
+if ( @ARGV < 1 )
+{
+ usage();
+}
+
+
+
##################################################################
# Set the locale to "C" so error messages match
# Save original locale to set back