]> git.proxmox.com Git - cargo.git/commit
reorganize `snapshot` tests for `init` to better work in contexts that sort by extension
authorScott Schafer <schaferjscott@gmail.com>
Wed, 4 May 2022 13:58:30 +0000 (08:58 -0500)
committerScott Schafer <schaferjscott@gmail.com>
Wed, 4 May 2022 13:58:30 +0000 (08:58 -0500)
commit0602320c6a79cad5ed4f4de565fedb783d3c2b5c
tree718943ba9422121249ac0501308b9e0b6a7b8821
parent87833663f454720bdd9aa2e683eb859143490688
reorganize `snapshot` tests for `init` to better work in contexts that sort by extension
383 files changed:
tests/snapshots/init/auto_git.in [deleted symlink]
tests/snapshots/init/auto_git.out/.gitignore [deleted file]
tests/snapshots/init/auto_git.out/Cargo.toml [deleted file]
tests/snapshots/init/auto_git.out/src/lib.rs [deleted file]
tests/snapshots/init/auto_git.stderr [deleted file]
tests/snapshots/init/auto_git.stdout [deleted file]
tests/snapshots/init/auto_git/in [new symlink]
tests/snapshots/init/auto_git/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/auto_git/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/auto_git/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/auto_git/stderr.log [new file with mode: 0644]
tests/snapshots/init/auto_git/stdout.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit.in/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit.out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_explicit.out/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit.stderr [deleted file]
tests/snapshots/init/bin_already_exists_explicit.stdout [deleted file]
tests/snapshots/init/bin_already_exists_explicit/in/src/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit/out/src/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit/stderr.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit/stdout.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit_nosrc.in/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc.out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc.out/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc.stderr [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc.stdout [deleted file]
tests/snapshots/init/bin_already_exists_explicit_nosrc/in/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit_nosrc/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit_nosrc/out/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit_nosrc/stderr.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_explicit_nosrc/stdout.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit.in/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit.out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit.out/src/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit.stderr [deleted file]
tests/snapshots/init/bin_already_exists_implicit.stdout [deleted file]
tests/snapshots/init/bin_already_exists_implicit/in/src/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit/out/src/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit/stderr.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit/stdout.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namenosrc.in/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc.out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc.out/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc.stderr [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc.stdout [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/in/case.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/out/case.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/stderr.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namenosrc/stdout.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namesrc.in/src/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc.out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc.out/src/case.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc.stderr [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc.stdout [deleted file]
tests/snapshots/init/bin_already_exists_implicit_namesrc/in/src/case.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namesrc/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namesrc/out/src/case.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namesrc/stderr.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_namesrc/stdout.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_nosrc.in/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc.out/Cargo.toml [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc.out/main.rs [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc.stderr [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc.stdout [deleted file]
tests/snapshots/init/bin_already_exists_implicit_nosrc/in/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_nosrc/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_nosrc/out/main.rs [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_nosrc/stderr.log [new file with mode: 0644]
tests/snapshots/init/bin_already_exists_implicit_nosrc/stdout.log [new file with mode: 0644]
tests/snapshots/init/both_lib_and_bin.stderr [deleted file]
tests/snapshots/init/both_lib_and_bin.stdout [deleted file]
tests/snapshots/init/both_lib_and_bin/stderr.log [new file with mode: 0644]
tests/snapshots/init/both_lib_and_bin/stdout.log [new file with mode: 0644]
tests/snapshots/init/cant_create_library_when_both_binlib_present.in/case.rs [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present.in/lib.rs [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present.stderr [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present.stdout [deleted file]
tests/snapshots/init/cant_create_library_when_both_binlib_present/in/case.rs [new file with mode: 0644]
tests/snapshots/init/cant_create_library_when_both_binlib_present/in/lib.rs [new file with mode: 0644]
tests/snapshots/init/cant_create_library_when_both_binlib_present/stderr.log [new file with mode: 0644]
tests/snapshots/init/cant_create_library_when_both_binlib_present/stdout.log [new file with mode: 0644]
tests/snapshots/init/confused_by_multiple_lib_files.in/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files.in/src/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files.out/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files.out/src/lib.rs [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files.stderr [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files.stdout [deleted file]
tests/snapshots/init/confused_by_multiple_lib_files/in/lib.rs [new file with mode: 0644]
tests/snapshots/init/confused_by_multiple_lib_files/in/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/confused_by_multiple_lib_files/out/lib.rs [new file with mode: 0644]
tests/snapshots/init/confused_by_multiple_lib_files/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/confused_by_multiple_lib_files/stderr.log [new file with mode: 0644]
tests/snapshots/init/confused_by_multiple_lib_files/stdout.log [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_both_binlib_present.in/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present.in/lib.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present.out/Cargo.toml [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present.out/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present.out/lib.rs [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present.stderr [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present.stdout [deleted file]
tests/snapshots/init/creates_binary_when_both_binlib_present/in/case.rs [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_both_binlib_present/in/lib.rs [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_both_binlib_present/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_both_binlib_present/out/case.rs [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_both_binlib_present/out/lib.rs [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_both_binlib_present/stderr.log [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_both_binlib_present/stdout.log [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file.in/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file.out/Cargo.toml [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file.out/case.rs [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file.stderr [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file.stdout [deleted file]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/in/case.rs [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/out/case.rs [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/stderr.log [new file with mode: 0644]
tests/snapshots/init/creates_binary_when_instructed_and_has_lib_file/stdout.log [new file with mode: 0644]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file.in/case.rs [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file.out/Cargo.toml [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file.out/case.rs [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file.stderr [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file.stdout [deleted file]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/in/case.rs [new file with mode: 0644]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/out/case.rs [new file with mode: 0644]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/stderr.log [new file with mode: 0644]
tests/snapshots/init/creates_library_when_instructed_and_has_bin_file/stdout.log [new file with mode: 0644]
tests/snapshots/init/explicit_bin_with_git.in [deleted symlink]
tests/snapshots/init/explicit_bin_with_git.out/.gitignore [deleted file]
tests/snapshots/init/explicit_bin_with_git.out/Cargo.toml [deleted file]
tests/snapshots/init/explicit_bin_with_git.out/src/main.rs [deleted file]
tests/snapshots/init/explicit_bin_with_git.stderr [deleted file]
tests/snapshots/init/explicit_bin_with_git.stdout [deleted file]
tests/snapshots/init/explicit_bin_with_git/in [new symlink]
tests/snapshots/init/explicit_bin_with_git/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/explicit_bin_with_git/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/explicit_bin_with_git/out/src/main.rs [new file with mode: 0644]
tests/snapshots/init/explicit_bin_with_git/stderr.log [new file with mode: 0644]
tests/snapshots/init/explicit_bin_with_git/stdout.log [new file with mode: 0644]
tests/snapshots/init/formats_source.in/rustfmt.toml [deleted file]
tests/snapshots/init/formats_source.out/Cargo.toml [deleted file]
tests/snapshots/init/formats_source.out/rustfmt.toml [deleted file]
tests/snapshots/init/formats_source.out/src/lib.rs [deleted file]
tests/snapshots/init/formats_source.stderr [deleted file]
tests/snapshots/init/formats_source.stdout [deleted file]
tests/snapshots/init/formats_source/in/rustfmt.toml [new file with mode: 0644]
tests/snapshots/init/formats_source/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/formats_source/out/rustfmt.toml [new file with mode: 0644]
tests/snapshots/init/formats_source/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/formats_source/stderr.log [new file with mode: 0644]
tests/snapshots/init/formats_source/stdout.log [new file with mode: 0644]
tests/snapshots/init/fossil_autodetect.in/.fossil/.keep [deleted file]
tests/snapshots/init/fossil_autodetect.out/.fossil-settings/clean-glob [deleted file]
tests/snapshots/init/fossil_autodetect.out/.fossil-settings/ignore-glob [deleted file]
tests/snapshots/init/fossil_autodetect.out/Cargo.toml [deleted file]
tests/snapshots/init/fossil_autodetect.out/src/lib.rs [deleted file]
tests/snapshots/init/fossil_autodetect.stderr [deleted file]
tests/snapshots/init/fossil_autodetect.stdout [deleted file]
tests/snapshots/init/fossil_autodetect/in/.fossil/.keep [new file with mode: 0644]
tests/snapshots/init/fossil_autodetect/out/.fossil-settings/clean-glob [new file with mode: 0644]
tests/snapshots/init/fossil_autodetect/out/.fossil-settings/ignore-glob [new file with mode: 0644]
tests/snapshots/init/fossil_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/fossil_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/fossil_autodetect/stderr.log [new file with mode: 0644]
tests/snapshots/init/fossil_autodetect/stdout.log [new file with mode: 0644]
tests/snapshots/init/git_autodetect.out/.gitignore [deleted file]
tests/snapshots/init/git_autodetect.out/Cargo.toml [deleted file]
tests/snapshots/init/git_autodetect.out/src/lib.rs [deleted file]
tests/snapshots/init/git_autodetect.stderr [deleted file]
tests/snapshots/init/git_autodetect.stdout [deleted file]
tests/snapshots/init/git_autodetect/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/git_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/git_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/git_autodetect/stderr.log [new file with mode: 0644]
tests/snapshots/init/git_autodetect/stdout.log [new file with mode: 0644]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries.in/.gitignore [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries.out/.gitignore [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries.out/Cargo.toml [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries.out/src/lib.rs [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries.stderr [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries.stdout [deleted file]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/in/.gitignore [new file with mode: 0644]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/stderr.log [new file with mode: 0644]
tests/snapshots/init/git_ignore_exists_no_conflicting_entries/stdout.log [new file with mode: 0644]
tests/snapshots/init/ignores_failure_to_format_source.in/rustfmt.toml [deleted file]
tests/snapshots/init/ignores_failure_to_format_source.out/Cargo.toml [deleted file]
tests/snapshots/init/ignores_failure_to_format_source.out/rustfmt.toml [deleted file]
tests/snapshots/init/ignores_failure_to_format_source.out/src/lib.rs [deleted file]
tests/snapshots/init/ignores_failure_to_format_source.stderr [deleted file]
tests/snapshots/init/ignores_failure_to_format_source.stdout [deleted file]
tests/snapshots/init/ignores_failure_to_format_source/in/rustfmt.toml [new file with mode: 0644]
tests/snapshots/init/ignores_failure_to_format_source/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/ignores_failure_to_format_source/out/rustfmt.toml [new file with mode: 0644]
tests/snapshots/init/ignores_failure_to_format_source/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/ignores_failure_to_format_source/stderr.log [new file with mode: 0644]
tests/snapshots/init/ignores_failure_to_format_source/stdout.log [new file with mode: 0644]
tests/snapshots/init/implicit_bin_with_git.stderr [deleted file]
tests/snapshots/init/implicit_bin_with_git.stdout [deleted file]
tests/snapshots/init/implicit_bin_with_git/stderr.log [new file with mode: 0644]
tests/snapshots/init/implicit_bin_with_git/stdout.log [new file with mode: 0644]
tests/snapshots/init/inferred_bin_with_git.in/main.rs [deleted file]
tests/snapshots/init/inferred_bin_with_git.out/.gitignore [deleted file]
tests/snapshots/init/inferred_bin_with_git.out/Cargo.toml [deleted file]
tests/snapshots/init/inferred_bin_with_git.out/main.rs [deleted file]
tests/snapshots/init/inferred_bin_with_git.stderr [deleted file]
tests/snapshots/init/inferred_bin_with_git.stdout [deleted file]
tests/snapshots/init/inferred_bin_with_git/in/main.rs [new file with mode: 0644]
tests/snapshots/init/inferred_bin_with_git/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/inferred_bin_with_git/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/inferred_bin_with_git/out/main.rs [new file with mode: 0644]
tests/snapshots/init/inferred_bin_with_git/stderr.log [new file with mode: 0644]
tests/snapshots/init/inferred_bin_with_git/stdout.log [new file with mode: 0644]
tests/snapshots/init/inferred_lib_with_git.in/lib.rs [deleted file]
tests/snapshots/init/inferred_lib_with_git.out/.gitignore [deleted file]
tests/snapshots/init/inferred_lib_with_git.out/Cargo.toml [deleted file]
tests/snapshots/init/inferred_lib_with_git.out/lib.rs [deleted file]
tests/snapshots/init/inferred_lib_with_git.stderr [deleted file]
tests/snapshots/init/inferred_lib_with_git.stdout [deleted file]
tests/snapshots/init/inferred_lib_with_git/in/lib.rs [new file with mode: 0644]
tests/snapshots/init/inferred_lib_with_git/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/inferred_lib_with_git/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/inferred_lib_with_git/out/lib.rs [new file with mode: 0644]
tests/snapshots/init/inferred_lib_with_git/stderr.log [new file with mode: 0644]
tests/snapshots/init/inferred_lib_with_git/stdout.log [new file with mode: 0644]
tests/snapshots/init/invalid_dir_name.stderr [deleted file]
tests/snapshots/init/invalid_dir_name.stdout [deleted file]
tests/snapshots/init/invalid_dir_name/stderr.log [new file with mode: 0644]
tests/snapshots/init/invalid_dir_name/stdout.log [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_nosrc.in/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_nosrc.out/Cargo.toml [deleted file]
tests/snapshots/init/lib_already_exists_nosrc.out/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_nosrc.stderr [deleted file]
tests/snapshots/init/lib_already_exists_nosrc.stdout [deleted file]
tests/snapshots/init/lib_already_exists_nosrc/in/lib.rs [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_nosrc/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_nosrc/out/lib.rs [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_nosrc/stderr.log [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_nosrc/stdout.log [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_src.in/src/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_src.out/Cargo.toml [deleted file]
tests/snapshots/init/lib_already_exists_src.out/src/lib.rs [deleted file]
tests/snapshots/init/lib_already_exists_src.stderr [deleted file]
tests/snapshots/init/lib_already_exists_src.stdout [deleted file]
tests/snapshots/init/lib_already_exists_src/in/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_src/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_src/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_src/stderr.log [new file with mode: 0644]
tests/snapshots/init/lib_already_exists_src/stdout.log [new file with mode: 0644]
tests/snapshots/init/mercurial_autodetect.in/.hg/.keep [deleted file]
tests/snapshots/init/mercurial_autodetect.out/.hgignore [deleted file]
tests/snapshots/init/mercurial_autodetect.out/Cargo.toml [deleted file]
tests/snapshots/init/mercurial_autodetect.out/src/lib.rs [deleted file]
tests/snapshots/init/mercurial_autodetect.stderr [deleted file]
tests/snapshots/init/mercurial_autodetect.stdout [deleted file]
tests/snapshots/init/mercurial_autodetect/in/.hg/.keep [new file with mode: 0644]
tests/snapshots/init/mercurial_autodetect/out/.hgignore [new file with mode: 0644]
tests/snapshots/init/mercurial_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/mercurial_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/mercurial_autodetect/stderr.log [new file with mode: 0644]
tests/snapshots/init/mercurial_autodetect/stdout.log [new file with mode: 0644]
tests/snapshots/init/multibin_project_name_clash.in/case.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash.in/main.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash.out/case.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash.out/main.rs [deleted file]
tests/snapshots/init/multibin_project_name_clash.stderr [deleted file]
tests/snapshots/init/multibin_project_name_clash.stdout [deleted file]
tests/snapshots/init/multibin_project_name_clash/in/case.rs [new file with mode: 0644]
tests/snapshots/init/multibin_project_name_clash/in/main.rs [new file with mode: 0644]
tests/snapshots/init/multibin_project_name_clash/out/case.rs [new file with mode: 0644]
tests/snapshots/init/multibin_project_name_clash/out/main.rs [new file with mode: 0644]
tests/snapshots/init/multibin_project_name_clash/stderr.log [new file with mode: 0644]
tests/snapshots/init/multibin_project_name_clash/stdout.log [new file with mode: 0644]
tests/snapshots/init/no_filename.stderr [deleted file]
tests/snapshots/init/no_filename.stdout [deleted file]
tests/snapshots/init/no_filename/stderr.log [new file with mode: 0644]
tests/snapshots/init/no_filename/stdout.log [new file with mode: 0644]
tests/snapshots/init/pijul_autodetect.in/.pijul/.keep [deleted file]
tests/snapshots/init/pijul_autodetect.out/.ignore [deleted file]
tests/snapshots/init/pijul_autodetect.out/Cargo.toml [deleted file]
tests/snapshots/init/pijul_autodetect.out/src/lib.rs [deleted file]
tests/snapshots/init/pijul_autodetect.stderr [deleted file]
tests/snapshots/init/pijul_autodetect.stdout [deleted file]
tests/snapshots/init/pijul_autodetect/in/.pijul/.keep [new file with mode: 0644]
tests/snapshots/init/pijul_autodetect/out/.ignore [new file with mode: 0644]
tests/snapshots/init/pijul_autodetect/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/pijul_autodetect/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/pijul_autodetect/stderr.log [new file with mode: 0644]
tests/snapshots/init/pijul_autodetect/stdout.log [new file with mode: 0644]
tests/snapshots/init/reserved_name.stderr [deleted file]
tests/snapshots/init/reserved_name.stdout [deleted file]
tests/snapshots/init/reserved_name/stderr.log [new file with mode: 0644]
tests/snapshots/init/reserved_name/stdout.log [new file with mode: 0644]
tests/snapshots/init/simple_bin.in [deleted symlink]
tests/snapshots/init/simple_bin.out/Cargo.toml [deleted file]
tests/snapshots/init/simple_bin.out/src/main.rs [deleted file]
tests/snapshots/init/simple_bin.stderr [deleted file]
tests/snapshots/init/simple_bin.stdout [deleted file]
tests/snapshots/init/simple_bin/in [new symlink]
tests/snapshots/init/simple_bin/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/simple_bin/out/src/main.rs [new file with mode: 0644]
tests/snapshots/init/simple_bin/stderr.log [new file with mode: 0644]
tests/snapshots/init/simple_bin/stdout.log [new file with mode: 0644]
tests/snapshots/init/simple_git.in [deleted symlink]
tests/snapshots/init/simple_git.out/.gitignore [deleted file]
tests/snapshots/init/simple_git.out/Cargo.toml [deleted file]
tests/snapshots/init/simple_git.out/src/lib.rs [deleted file]
tests/snapshots/init/simple_git.stderr [deleted file]
tests/snapshots/init/simple_git.stdout [deleted file]
tests/snapshots/init/simple_git/in [new symlink]
tests/snapshots/init/simple_git/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/simple_git/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/simple_git/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/simple_git/stderr.log [new file with mode: 0644]
tests/snapshots/init/simple_git/stdout.log [new file with mode: 0644]
tests/snapshots/init/simple_git_ignore_exists.in/.gitignore [deleted file]
tests/snapshots/init/simple_git_ignore_exists.out/.gitignore [deleted file]
tests/snapshots/init/simple_git_ignore_exists.out/Cargo.toml [deleted file]
tests/snapshots/init/simple_git_ignore_exists.out/src/lib.rs [deleted file]
tests/snapshots/init/simple_git_ignore_exists.stderr [deleted file]
tests/snapshots/init/simple_git_ignore_exists.stdout [deleted file]
tests/snapshots/init/simple_git_ignore_exists/in/.gitignore [new file with mode: 0644]
tests/snapshots/init/simple_git_ignore_exists/out/.gitignore [new file with mode: 0644]
tests/snapshots/init/simple_git_ignore_exists/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/simple_git_ignore_exists/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/simple_git_ignore_exists/stderr.log [new file with mode: 0644]
tests/snapshots/init/simple_git_ignore_exists/stdout.log [new file with mode: 0644]
tests/snapshots/init/simple_hg.in [deleted symlink]
tests/snapshots/init/simple_hg.out/.hgignore [deleted file]
tests/snapshots/init/simple_hg.out/Cargo.toml [deleted file]
tests/snapshots/init/simple_hg.out/src/lib.rs [deleted file]
tests/snapshots/init/simple_hg.stderr [deleted file]
tests/snapshots/init/simple_hg.stdout [deleted file]
tests/snapshots/init/simple_hg/in [new symlink]
tests/snapshots/init/simple_hg/out/.hgignore [new file with mode: 0644]
tests/snapshots/init/simple_hg/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/simple_hg/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/simple_hg/stderr.log [new file with mode: 0644]
tests/snapshots/init/simple_hg/stdout.log [new file with mode: 0644]
tests/snapshots/init/simple_hg_ignore_exists.in/.hg/.keep [deleted file]
tests/snapshots/init/simple_hg_ignore_exists.in/.hgignore [deleted file]
tests/snapshots/init/simple_hg_ignore_exists.out/.hgignore [deleted file]
tests/snapshots/init/simple_hg_ignore_exists.out/Cargo.toml [deleted file]
tests/snapshots/init/simple_hg_ignore_exists.out/src/lib.rs [deleted file]
tests/snapshots/init/simple_hg_ignore_exists.stderr [deleted file]
tests/snapshots/init/simple_hg_ignore_exists.stdout [deleted file]
tests/snapshots/init/simple_hg_ignore_exists/in/.hg/.keep [new file with mode: 0644]
tests/snapshots/init/simple_hg_ignore_exists/in/.hgignore [new file with mode: 0644]
tests/snapshots/init/simple_hg_ignore_exists/out/.hgignore [new file with mode: 0644]
tests/snapshots/init/simple_hg_ignore_exists/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/simple_hg_ignore_exists/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/simple_hg_ignore_exists/stderr.log [new file with mode: 0644]
tests/snapshots/init/simple_hg_ignore_exists/stdout.log [new file with mode: 0644]
tests/snapshots/init/simple_lib.in [deleted symlink]
tests/snapshots/init/simple_lib.out/Cargo.toml [deleted file]
tests/snapshots/init/simple_lib.out/src/lib.rs [deleted file]
tests/snapshots/init/simple_lib.stderr [deleted file]
tests/snapshots/init/simple_lib.stdout [deleted file]
tests/snapshots/init/simple_lib/in [new symlink]
tests/snapshots/init/simple_lib/out/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/simple_lib/out/src/lib.rs [new file with mode: 0644]
tests/snapshots/init/simple_lib/stderr.log [new file with mode: 0644]
tests/snapshots/init/simple_lib/stdout.log [new file with mode: 0644]
tests/snapshots/init/unknown_flags.stderr [deleted file]
tests/snapshots/init/unknown_flags.stdout [deleted file]
tests/snapshots/init/unknown_flags/stderr.log [new file with mode: 0644]
tests/snapshots/init/unknown_flags/stdout.log [new file with mode: 0644]
tests/snapshots/init/with_argument.in/foo/.keep [deleted file]
tests/snapshots/init/with_argument.out/foo/Cargo.toml [deleted file]
tests/snapshots/init/with_argument.out/foo/src/main.rs [deleted file]
tests/snapshots/init/with_argument.stderr [deleted file]
tests/snapshots/init/with_argument.stdout [deleted file]
tests/snapshots/init/with_argument/in/foo/.keep [new file with mode: 0644]
tests/snapshots/init/with_argument/out/foo/Cargo.toml [new file with mode: 0644]
tests/snapshots/init/with_argument/out/foo/src/main.rs [new file with mode: 0644]
tests/snapshots/init/with_argument/stderr.log [new file with mode: 0644]
tests/snapshots/init/with_argument/stdout.log [new file with mode: 0644]
tests/testsuite/init.rs