From 33579d6a22107834f8007a20559f05e55f5ec669 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 17 Feb 2021 23:55:34 -0300 Subject: Refactor tests/lib.sh --- tests/ranking.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/ranking.sh') 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)" -- cgit v1.2.3