aboutsummaryrefslogtreecommitdiff
path: root/tests/ranking.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-17 23:55:34 -0300
committerEuAndreh <eu@euandre.org>2021-02-17 23:58:50 -0300
commit33579d6a22107834f8007a20559f05e55f5ec669 (patch)
treea22b4cf5c672f52f6af917ecc5044467bfd8bee7 /tests/ranking.sh
parentREADME.md: Use main branch over tag in example (diff)
downloadremembering-33579d6a22107834f8007a20559f05e55f5ec669.tar.gz
remembering-33579d6a22107834f8007a20559f05e55f5ec669.tar.xz
Refactor tests/lib.sh
Diffstat (limited to '')
-rwxr-xr-xtests/ranking.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ranking.sh b/tests/ranking.sh
index c3bee84..3b9ac6e 100755
--- a/tests/ranking.sh
+++ b/tests/ranking.sh
@@ -1,8 +1,11 @@
#!/bin/sh
set -eu
+. aux/utils.sh
. tests/lib.sh
+export XDG_DATA_HOME="$PWD/tests/test-profiles"
+
test_picking_first_makes_it_be_always_first() {
testing 'picking first makes it be always first'
OUT="$(mktemp)"