mirror of
1
0
Fork 0
dotbot/test/tests
Anish Athalye a517c4c5d0 Fix bug in test harness
Because 'bin/dotbot' is a hybrid sh/Python script that finds the
appropriate Python binary and then runs, the test code should not invoke
it as an sh script when sh does not source the pyenv initialization
script.

The fix implemented in this patch is to directly run 'bin/dotbot' as a
Python script using 'python', which when called from bash, will run with
the correct Python version (because bash is set up to source the pyenv
initialization script).
2018-03-27 21:50:31 -04:00
..
clean-missing.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
clean-nonexistent.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
clean-outside-force.bash Add force option to clean plugin 2017-03-26 11:19:26 -04:00
clean-outside.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
config-blank.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
config-empty.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
config-json-tabs.bash Use standard library JSON parser for JSON files 2016-01-13 11:29:12 -05:00
config-json.bash Use standard library JSON parser for JSON files 2016-01-13 11:29:12 -05:00
defaults.bash Number repeated names for easier identification 2017-04-18 22:50:28 -04:00
find-python-executable.bash Fix bug in test harness 2018-03-27 21:50:31 -04:00
link-default-source.bash Allow empty link sources 2016-11-23 14:11:45 -05:00
link-environment-user-expansion-target.bash Fix user expansion in link source 2016-08-17 18:27:47 -07:00
link-environment-variable-expansion-source-extended.bash Fix variable expansion in extended syntax 2016-08-02 10:15:27 -07:00
link-environment-variable-expansion-source.bash Add environment variable expansion in link paths 2015-05-12 20:28:58 -04:00
link-environment-variable-expansion-target.bash Add environment variable expansion in link paths 2015-05-12 20:28:58 -04:00
link-environment-variable-unset.bash Add environment variable expansion in link paths 2015-05-12 20:28:58 -04:00
link-force-leaves-when-nonexistent.bash Make force only delete files when target exists 2016-11-17 14:12:22 -05:00
link-force-overwrite-symlink.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-leaves-file.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-relative.bash Add functionality to create relative links 2016-02-14 23:06:52 -05:00
link-relink-leaves-file.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-relink-overwrite-symlink.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-relink-relative-leaves-file.bash Number repeated names for easier identification 2017-04-18 22:50:28 -04:00
plugin-dir.bash Add documentation and tests for plugins 2016-02-06 15:23:39 -05:00
plugin.bash Add documentation and tests for plugins 2016-02-06 15:23:39 -05:00
shell-allow-stdout.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
shell-compact-stdout.bash Fix bug with shell defaults 2017-06-27 21:27:50 -07:00
shell-disables-stdout.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
shell-override-default.bash Fix bug with shell defaults 2017-06-27 21:27:50 -07:00