aboutsummaryrefslogtreecommitdiffstats
path: root/t/bin.pm
diff options
context:
space:
mode:
authorTeddy Wing2020-09-15 00:04:52 +0200
committerTeddy Wing2020-09-15 00:04:52 +0200
commit88864a79a0118bd48665c04fd447c5f419a23807 (patch)
treec660a1a64190001aef092c827c0dd83529d16191 /t/bin.pm
parenta10a055b7b35f45cf81f31f1878154d250c98abd (diff)
downloadgit-todo-88864a79a0118bd48665c04fd447c5f419a23807.tar.bz2
src/main.rs: Print TODO lines between master...workdir
Look for TODO lines since the "master" branch. For each TODO line, print the file it's in, its line number, and the line, à la grep.
Diffstat (limited to 't/bin.pm')
-rw-r--r--t/bin.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/bin.pm b/t/bin.pm
index e216c97..eea6490 100644
--- a/t/bin.pm
+++ b/t/bin.pm
@@ -8,6 +8,7 @@ our @EXPORT = qw($BIN);
use File::Spec;
-our $BIN = File::Spec->rel2abs('git-todo');
+# our $BIN = File::Spec->rel2abs('git-todo');
+our $BIN = File::Spec->rel2abs('./target/debug/git-todo');
1;