aboutsummaryrefslogtreecommitdiffstats
path: root/test/io-005.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/io-005.sh')
-rwxr-xr-xtest/io-005.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/io-005.sh b/test/io-005.sh
index c5ebcc7..6b03908 100755
--- a/test/io-005.sh
+++ b/test/io-005.sh
@@ -3,7 +3,6 @@
. "${TEST_INIT:-./test-init.sh}"
home=$(mktemp -d)
-CALCURSE=$(readlink -f "$CALCURSE")
(unset -v XDG_DATA_HOME XDG_CONFIG_HOME; HOME="$home" "$CALCURSE" -a)
[ -f "$home/.local/share/calcurse/apts" ] && [ -f "$home/.config/calcurse/conf" ] && failed=0 || failed=1