diff options
Diffstat (limited to 'test/t2300-pkgmaint.t')
-rwxr-xr-x | test/t2300-pkgmaint.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t2300-pkgmaint.t b/test/t2300-pkgmaint.t index 478df526..c390f5db 100755 --- a/test/t2300-pkgmaint.t +++ b/test/t2300-pkgmaint.t @@ -2,7 +2,7 @@ test_description='pkgmaint tests' -. ./setup.sh +. "$(dirname "$0")/setup.sh" test_expect_success 'Test package base cleanup script.' ' now=$(date -d now +%s) && |