diff options
author | EuAndreh <eu@euandre.org> | 2021-03-07 00:57:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-07 00:57:03 -0300 |
commit | ad9b7f50a1242f658c6af91bddd47bc80b40c9eb (patch) | |
tree | 0a89e48d4302a205bd5ee3bb27171ebb44daac89 /tests | |
parent | src/remembering.c: Fix memory errors (diff) | |
download | remembering-ad9b7f50a1242f658c6af91bddd47bc80b40c9eb.tar.gz remembering-ad9b7f50a1242f658c6af91bddd47bc80b40c9eb.tar.xz |
tests/cli-opts.sh: ShellCheck
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cli-opts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 71ce548..268a649 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -154,7 +154,7 @@ test_environment_variables_and_precedence() { PROFILE='environment-variables-home' HHOME="$PWD/tests/test-profiles/home-test-$(uuid)" printf 'b\n' | \ - HOME="$HHOME" XDG_DATA_HOME= ./remembering \ + HOME="$HHOME" XDG_DATA_HOME='' ./remembering \ -p "$PROFILE" \ -c 'head -n1' \ 1>"$OUT" 2>"$ERR" |