summaryrefslogtreecommitdiffstats
path: root/tests/tester.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tester.rs')
-rw-r--r--tests/tester.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tester.rs b/tests/tester.rs
index 9865cbc1..404e8342 100644
--- a/tests/tester.rs
+++ b/tests/tester.rs
@@ -11,7 +11,7 @@ pub struct BatTester {
impl BatTester {
pub fn new() -> Self {
modify_sample_file();
- // Lifted from fd :)
+
let root = env::current_exe()
.expect("tests executable")
.parent()