salt/tests
Justin Findlay fa8d030ab7 tests.integration: bypass MacOS TMPDIR, gettempdir (#32447)
Updates 0edd532, 8f558a5.

When logging in as root over `ssh root@host`, `$TMPDIR` and
`tempfile.gettempdir()` are both set to a variation of:
```
/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/
```
When logging in as root over `sudo -i`, `$TMPDIR` is unset and
`tempfile.gettempdir()` is set to `/tmp`.

My guess is that the second case is an unintended or uncorrected omision
by Apple as they have introduced the longer, randomized temp path in a
recent version of MacOS.
2016-04-08 16:00:48 -06:00
..
integration tests.integration: bypass MacOS TMPDIR, gettempdir (#32447) 2016-04-08 16:00:48 -06:00
perf Use print as a function [PEP 3105]. 2015-12-04 16:17:35 -08:00
pkg/rpm Updated salt.spec bash_completion 2016-04-07 09:16:47 -06:00
unit Changed the target file in file.symlink test (#32443) 2016-04-08 16:00:15 -06:00
utils Merge branch '2015.5' into '2015.8' 2016-03-28 10:51:23 -06:00
__init__.py
buildpackage.py buildpackage.py: add salt.bash to SOURCES 2016-04-04 16:53:56 -05:00
committer_parser.py lint 2015-03-10 15:37:49 -06:00
consist.py
eventlisten.py Subscribe event to bus is optional now 2015-08-03 16:10:38 -06:00
eventlisten.sh Move giant eventlisten.sh example out of the state.event docstring 2015-09-10 13:38:09 -06:00
jenkins.py Splay sleeps inside jenkins 2015-12-16 14:48:51 -07:00
minionswarm.py Add rand-ver option 2015-09-23 16:09:23 -06:00
modparser.py No empty docstrings 2015-07-12 19:26:33 +01:00
packdump.py
runtests.py tests.runtests: configurable filehandle limits 2016-03-10 10:57:18 -07:00
salt-tcpdump.py Pylint fixes 2016-03-15 14:55:35 -06:00
saltsh.py
wheeltest.py