Disable creating a user_data_dir in the test environment

The code should be able to cope with this
pull/202/head
Geert Janssens 9 years ago
parent 3a1f7d7339
commit 61a90d99fb

@ -4,7 +4,7 @@ mkdir build;
cd build;
export TZ="America/Los_Angeles";
mkdir -p /root/.local/share;
#mkdir -p /root/.local/share;
if [[ "$BUILDTYPE" == "cmake-make" ]]; then
cmake ../gnucash

Loading…
Cancel
Save