diff options
Diffstat (limited to 'test/unit/test.sh')
-rwxr-xr-x | test/unit/test.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/unit/test.sh b/test/unit/test.sh index c7645ea..f693aa1 100755 --- a/test/unit/test.sh +++ b/test/unit/test.sh @@ -417,7 +417,18 @@ $test_dest_dir/foo/2.txt->$test_src_dir/%DEST%/foo/2.txt" verify_mode "$expected_mode" "$test_src_dir/%DEST%/1.txt" } +show_env() { + echo + echo ====================================================================== + echo Environment + echo ====================================================================== + + bash --version +} + main() { + show_env + test_update_works test_remove_works test_remove_does_not_overwrite_files |