autotests: Fix testenv script on Unix.
ClosedPublic

Authored by rakuco on Feb 13 2018, 8:07 PM.

Details

Summary

Commit f89c0b569 ("Akonaditest: Fix testenv script on Windows") ended up
breking the shell script created on non-Windows environments.

Instead of

old_foo="bar"

we were doing

$old_foo="bar"

which then failed to be sourced.

Diff Detail

Repository
R165 Akonadi
Branch
testenv-unix
Lint
No Linters Available
Unit
No Unit Test Coverage
rakuco created this revision.Feb 13 2018, 8:07 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptFeb 13 2018, 8:07 PM
rakuco requested review of this revision.Feb 13 2018, 8:07 PM
dvratil accepted this revision.Feb 13 2018, 11:14 PM

Thanks!

This revision is now accepted and ready to land.Feb 13 2018, 11:14 PM
rakuco closed this revision.Feb 14 2018, 7:24 AM