diff --git a/test/bash_tap_tw.sh b/test/bash_tap_tw.sh index 8b290769d..28b5ff5b2 100644 --- a/test/bash_tap_tw.sh +++ b/test/bash_tap_tw.sh @@ -19,8 +19,9 @@ function setup_taskrc { fi done - echo 'data.location=.' > taskrc - echo 'confirmation=off' >> taskrc + export TASKDATA=. + + echo 'confirmation=off' > taskrc echo 'dateformat=m/d/Y' >> taskrc echo 'color.debug=rgb025' >> taskrc echo 'color.header=rgb025' >> taskrc