]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/patches/testing/bregtest.c
ebl update
[bacula/bacula] / bacula / patches / testing / bregtest.c
index f8cbb92c25d8aa2f3dfb734110cdd2e648b409ca..07104544c32d04139c41499bd4cdbb09e499ad19 100644 (file)
@@ -62,6 +62,10 @@ static void usage()
 
 int main(int argc, char *const *argv)
 {
+       printf("%s\n", bregexp_build_where("/tmp", NULL, ".old"));
+       exit(0);
+
+
    regex_t preg;
    char prbuf[500];
    char *fname = NULL;