mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-12 18:54:26 +00:00
tests: rename test_file_print_command.rs to_file_show_command.rs
This commit is contained in:
parent
6878b5047b
commit
af556aa01c
@ -29,7 +29,7 @@ mod test_duplicate_command;
|
||||
mod test_edit_command;
|
||||
mod test_evolog_command;
|
||||
mod test_file_chmod_command;
|
||||
mod test_file_print_command;
|
||||
mod test_file_show_command;
|
||||
mod test_file_track_untrack_commands;
|
||||
mod test_fix_command;
|
||||
mod test_generate_md_cli_help;
|
||||
|
@ -15,7 +15,7 @@
|
||||
use crate::common::TestEnvironment;
|
||||
|
||||
#[test]
|
||||
fn test_print() {
|
||||
fn test_show() {
|
||||
let test_env = TestEnvironment::default();
|
||||
test_env.jj_cmd_ok(test_env.env_root(), &["git", "init", "repo"]);
|
||||
let repo_path = test_env.env_root().join("repo");
|
||||
@ -96,7 +96,7 @@ fn test_print() {
|
||||
|
||||
#[cfg(unix)]
|
||||
#[test]
|
||||
fn test_print_symlink() {
|
||||
fn test_show_symlink() {
|
||||
let test_env = TestEnvironment::default();
|
||||
test_env.jj_cmd_ok(test_env.env_root(), &["git", "init", "repo"]);
|
||||
let repo_path = test_env.env_root().join("repo");
|
Loading…
x
Reference in New Issue
Block a user