diff options
author | EuAndreh <eu@euandre.org> | 2021-02-17 23:55:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-17 23:58:50 -0300 |
commit | 33579d6a22107834f8007a20559f05e55f5ec669 (patch) | |
tree | a22b4cf5c672f52f6af917ecc5044467bfd8bee7 /tests/ranking.sh | |
parent | README.md: Use main branch over tag in example (diff) | |
download | remembering-33579d6a22107834f8007a20559f05e55f5ec669.tar.gz remembering-33579d6a22107834f8007a20559f05e55f5ec669.tar.xz |
Refactor tests/lib.sh
Diffstat (limited to 'tests/ranking.sh')
-rwxr-xr-x | tests/ranking.sh | 3 |
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)" |