mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
A few further tweaks to how path handling in tests
This commit is contained in:
@@ -21,8 +21,11 @@ abs_dirname() {
|
||||
# Set testroot variable.
|
||||
testroot="$(abs_dirname "$BASH_SOURCE")"
|
||||
|
||||
# Set root variable.
|
||||
root="$(abs_dirname "$testroot/../..")"
|
||||
|
||||
# Set TMUXIFIER environment variable
|
||||
TMUXIFIER="$(abs_dirname "$testroot/../..")"
|
||||
TMUXIFIER="$root"
|
||||
|
||||
# Unset various Tmuxifier environment variables to prevent a local install of
|
||||
# Tmuxifier interfering with tests.
|
||||
|
||||
Reference in New Issue
Block a user