diff options
author | EuAndreh <eu@euandre.org> | 2021-06-26 21:43:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-26 21:49:16 -0300 |
commit | f132b3b3c8c7e40a3116464cb3b95cbd8b40edb0 (patch) | |
tree | f407466ab5fa96d4afb7dbd567251d7ed9becc6f /tests | |
parent | aux/guix/manifest.scm: Add gettext and po4a for doing i18n (diff) | |
download | remembering-f132b3b3c8c7e40a3116464cb3b95cbd8b40edb0.tar.gz remembering-f132b3b3c8c7e40a3116464cb3b95cbd8b40edb0.tar.xz |
aux/utils.sh: Remove unused file
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cli-opts.sh | 1 | ||||
-rwxr-xr-x | tests/ranking.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 9dadb34..7f47993 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,7 +1,6 @@ #!/bin/sh set -u -. aux/utils.sh . aux/tests-lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" diff --git a/tests/ranking.sh b/tests/ranking.sh index b0beb73..d99b763 100755 --- a/tests/ranking.sh +++ b/tests/ranking.sh @@ -1,7 +1,6 @@ #!/bin/sh set -eu -. aux/utils.sh . aux/tests-lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" |