aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-04-29 00:31:45 +0200
committerErik Martin-Dorel2020-04-29 01:59:50 +0200
commitb3fb85c3da48e61bea57aacdd2d0a9468cea9d72 (patch)
tree398a423e2a111a83af6e9f5d1376b811a6f82f78 /ci
parent7ab2270c4837db49df6d5630b67ce346f5e51872 (diff)
fix(test.sh): $_dir naming
Diffstat (limited to 'ci')
-rwxr-xr-xci/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/test.sh b/ci/test.sh
index b29d5af7..3d9b4a72 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -29,8 +29,8 @@ assert () {
assert emacs --version
-srcdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && cd .. && pwd )
-rootdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )
+rootdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && cd .. && pwd )
+srcdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )
# form="(message \"OK\")"
form="(progn (add-to-list 'load-path \"$rootdir\") (add-to-list 'load-path \"$srcdir\"))"