From cd4038726c695ca7bbfa71ff230804cc24d3dddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 21 Dec 2023 06:23:27 +0100 Subject: [PATCH] test: regenerate version tests... and others MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- ...yle_custom_non_recent_and_recent_nix.stderr | 0 ...yle_custom_non_recent_and_recent_nix.stdout | 2 ++ ...me_style_custom_non_recent_empty_nix.stderr | 2 ++ ...me_style_custom_non_recent_empty_nix.stdout | 0 ...ime_style_custom_non_recent_none_nix.stderr | 2 ++ ...ime_style_custom_non_recent_none_nix.stdout | 0 ...ime_style_custom_non_recent_only_nix.stderr | 0 ...ime_style_custom_non_recent_only_nix.stdout | 2 ++ ...g_time_style_custom_recent_empty_nix.stderr | 2 ++ ...g_time_style_custom_recent_empty_nix.stdout | 0 tests/cmd/long_time_style_relative_nix.stdout | 18 +++++++++--------- ...me_style_custom_non_recent_empty_nix.stderr | 4 ++-- ...ime_style_custom_non_recent_none_nix.stderr | 4 ++-- ...g_time_style_custom_recent_empty_nix.stderr | 4 ++-- tests/gen/long_time_style_relative_nix.stdout | 18 +++++++++--------- tests/gen/ptest_a82ad7ec2e961f84.stdout | 2 +- tests/gen/ptest_af29d370729835d8.stdout | 2 +- tests/ptests/ptest_a82ad7ec2e961f84.stdout | 2 +- tests/ptests/ptest_af29d370729835d8.stdout | 2 +- 19 files changed, 38 insertions(+), 28 deletions(-) create mode 100644 tests/cmd/long_time_style_custom_non_recent_and_recent_nix.stderr create mode 100644 tests/cmd/long_time_style_custom_non_recent_and_recent_nix.stdout create mode 100644 tests/cmd/long_time_style_custom_non_recent_empty_nix.stderr create mode 100644 tests/cmd/long_time_style_custom_non_recent_empty_nix.stdout create mode 100644 tests/cmd/long_time_style_custom_non_recent_none_nix.stderr create mode 100644 tests/cmd/long_time_style_custom_non_recent_none_nix.stdout create mode 100644 tests/cmd/long_time_style_custom_non_recent_only_nix.stderr create mode 100644 tests/cmd/long_time_style_custom_non_recent_only_nix.stdout create mode 100644 tests/cmd/long_time_style_custom_recent_empty_nix.stderr create mode 100644 tests/cmd/long_time_style_custom_recent_empty_nix.stdout diff --git a/tests/cmd/long_time_style_custom_non_recent_and_recent_nix.stderr b/tests/cmd/long_time_style_custom_non_recent_and_recent_nix.stderr new file mode 100644 index 00000000..e69de29b diff --git a/tests/cmd/long_time_style_custom_non_recent_and_recent_nix.stdout b/tests/cmd/long_time_style_custom_non_recent_and_recent_nix.stdout new file mode 100644 index 00000000..4ea758df --- /dev/null +++ b/tests/cmd/long_time_style_custom_non_recent_and_recent_nix.stdout @@ -0,0 +1,2 @@ +NON_RECENT 13_month + RECENT now diff --git a/tests/cmd/long_time_style_custom_non_recent_empty_nix.stderr b/tests/cmd/long_time_style_custom_non_recent_empty_nix.stderr new file mode 100644 index 00000000..473d04cd --- /dev/null +++ b/tests/cmd/long_time_style_custom_non_recent_empty_nix.stderr @@ -0,0 +1,2 @@ +thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:349:21 +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace diff --git a/tests/cmd/long_time_style_custom_non_recent_empty_nix.stdout b/tests/cmd/long_time_style_custom_non_recent_empty_nix.stdout new file mode 100644 index 00000000..e69de29b diff --git a/tests/cmd/long_time_style_custom_non_recent_none_nix.stderr b/tests/cmd/long_time_style_custom_non_recent_none_nix.stderr new file mode 100644 index 00000000..aa7819f8 --- /dev/null +++ b/tests/cmd/long_time_style_custom_non_recent_none_nix.stderr @@ -0,0 +1,2 @@ +thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:347:47 +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace diff --git a/tests/cmd/long_time_style_custom_non_recent_none_nix.stdout b/tests/cmd/long_time_style_custom_non_recent_none_nix.stdout new file mode 100644 index 00000000..e69de29b diff --git a/tests/cmd/long_time_style_custom_non_recent_only_nix.stderr b/tests/cmd/long_time_style_custom_non_recent_only_nix.stderr new file mode 100644 index 00000000..e69de29b diff --git a/tests/cmd/long_time_style_custom_non_recent_only_nix.stdout b/tests/cmd/long_time_style_custom_non_recent_only_nix.stdout new file mode 100644 index 00000000..6599d685 --- /dev/null +++ b/tests/cmd/long_time_style_custom_non_recent_only_nix.stdout @@ -0,0 +1,2 @@ +NON_RECENT 13_month +NON_RECENT now diff --git a/tests/cmd/long_time_style_custom_recent_empty_nix.stderr b/tests/cmd/long_time_style_custom_recent_empty_nix.stderr new file mode 100644 index 00000000..6bd7f1dc --- /dev/null +++ b/tests/cmd/long_time_style_custom_recent_empty_nix.stderr @@ -0,0 +1,2 @@ +thread 'main' panicked at 'Custom timestamp format for recent files is empty, please supply a chrono format string at the second line.', src/options/view.rs:363:25 +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace diff --git a/tests/cmd/long_time_style_custom_recent_empty_nix.stdout b/tests/cmd/long_time_style_custom_recent_empty_nix.stdout new file mode 100644 index 00000000..e69de29b diff --git a/tests/cmd/long_time_style_relative_nix.stdout b/tests/cmd/long_time_style_relative_nix.stdout index 872c182d..82322cb5 100644 --- a/tests/cmd/long_time_style_relative_nix.stdout +++ b/tests/cmd/long_time_style_relative_nix.stdout @@ -1,9 +1,9 @@ -drwxr-xr-x - nixbld 53 years git -drwxr-xr-x - nixbld 53 years grid -drwxr-xr-x - nixbld 53 years group -drwxr-xr-x - nixbld 53 years icons -drwxr-xr-x - nixbld 53 years perms -drwxr-xr-x - nixbld 53 years size -drwxr-xr-x - nixbld 53 years specials -drwxr-xr-x - nixbld 53 years symlinks -drwxr-xr-x - nixbld 53 years time +drwxr-xr-x - nixbld 54 years git +drwxr-xr-x - nixbld 54 years grid +drwxr-xr-x - nixbld 54 years group +drwxr-xr-x - nixbld 54 years icons +drwxr-xr-x - nixbld 54 years perms +drwxr-xr-x - nixbld 54 years size +drwxr-xr-x - nixbld 54 years specials +drwxr-xr-x - nixbld 54 years symlinks +drwxr-xr-x - nixbld 54 years time diff --git a/tests/gen/long_time_style_custom_non_recent_empty_nix.stderr b/tests/gen/long_time_style_custom_non_recent_empty_nix.stderr index c7b62116..473d04cd 100644 --- a/tests/gen/long_time_style_custom_non_recent_empty_nix.stderr +++ b/tests/gen/long_time_style_custom_non_recent_empty_nix.stderr @@ -1,2 +1,2 @@ -[..]Custom timestamp format is empty, please supply a chrono format string after the plus sign.[..] -... +thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:349:21 +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace diff --git a/tests/gen/long_time_style_custom_non_recent_none_nix.stderr b/tests/gen/long_time_style_custom_non_recent_none_nix.stderr index c7b62116..aa7819f8 100644 --- a/tests/gen/long_time_style_custom_non_recent_none_nix.stderr +++ b/tests/gen/long_time_style_custom_non_recent_none_nix.stderr @@ -1,2 +1,2 @@ -[..]Custom timestamp format is empty, please supply a chrono format string after the plus sign.[..] -... +thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:347:47 +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace diff --git a/tests/gen/long_time_style_custom_recent_empty_nix.stderr b/tests/gen/long_time_style_custom_recent_empty_nix.stderr index 4f01e6cd..6bd7f1dc 100644 --- a/tests/gen/long_time_style_custom_recent_empty_nix.stderr +++ b/tests/gen/long_time_style_custom_recent_empty_nix.stderr @@ -1,2 +1,2 @@ -[..]Custom timestamp format for recent files is empty, please supply a chrono format string at the second line.[..] -... +thread 'main' panicked at 'Custom timestamp format for recent files is empty, please supply a chrono format string at the second line.', src/options/view.rs:363:25 +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace diff --git a/tests/gen/long_time_style_relative_nix.stdout b/tests/gen/long_time_style_relative_nix.stdout index 872c182d..82322cb5 100644 --- a/tests/gen/long_time_style_relative_nix.stdout +++ b/tests/gen/long_time_style_relative_nix.stdout @@ -1,9 +1,9 @@ -drwxr-xr-x - nixbld 53 years git -drwxr-xr-x - nixbld 53 years grid -drwxr-xr-x - nixbld 53 years group -drwxr-xr-x - nixbld 53 years icons -drwxr-xr-x - nixbld 53 years perms -drwxr-xr-x - nixbld 53 years size -drwxr-xr-x - nixbld 53 years specials -drwxr-xr-x - nixbld 53 years symlinks -drwxr-xr-x - nixbld 53 years time +drwxr-xr-x - nixbld 54 years git +drwxr-xr-x - nixbld 54 years grid +drwxr-xr-x - nixbld 54 years group +drwxr-xr-x - nixbld 54 years icons +drwxr-xr-x - nixbld 54 years perms +drwxr-xr-x - nixbld 54 years size +drwxr-xr-x - nixbld 54 years specials +drwxr-xr-x - nixbld 54 years symlinks +drwxr-xr-x - nixbld 54 years time diff --git a/tests/gen/ptest_a82ad7ec2e961f84.stdout b/tests/gen/ptest_a82ad7ec2e961f84.stdout index 73ddcf7b..1da889d1 100644 --- a/tests/gen/ptest_a82ad7ec2e961f84.stdout +++ b/tests/gen/ptest_a82ad7ec2e961f84.stdout @@ -1,3 +1,3 @@ eza - A modern, maintained replacement for ls -v0.16.3 [+git] (pre-release debug build!) +v0.17.0 [+git] (pre-release debug build!) https://github.com/eza-community/eza diff --git a/tests/gen/ptest_af29d370729835d8.stdout b/tests/gen/ptest_af29d370729835d8.stdout index 73ddcf7b..1da889d1 100644 --- a/tests/gen/ptest_af29d370729835d8.stdout +++ b/tests/gen/ptest_af29d370729835d8.stdout @@ -1,3 +1,3 @@ eza - A modern, maintained replacement for ls -v0.16.3 [+git] (pre-release debug build!) +v0.17.0 [+git] (pre-release debug build!) https://github.com/eza-community/eza diff --git a/tests/ptests/ptest_a82ad7ec2e961f84.stdout b/tests/ptests/ptest_a82ad7ec2e961f84.stdout index 73ddcf7b..1da889d1 100644 --- a/tests/ptests/ptest_a82ad7ec2e961f84.stdout +++ b/tests/ptests/ptest_a82ad7ec2e961f84.stdout @@ -1,3 +1,3 @@ eza - A modern, maintained replacement for ls -v0.16.3 [+git] (pre-release debug build!) +v0.17.0 [+git] (pre-release debug build!) https://github.com/eza-community/eza diff --git a/tests/ptests/ptest_af29d370729835d8.stdout b/tests/ptests/ptest_af29d370729835d8.stdout index 73ddcf7b..1da889d1 100644 --- a/tests/ptests/ptest_af29d370729835d8.stdout +++ b/tests/ptests/ptest_af29d370729835d8.stdout @@ -1,3 +1,3 @@ eza - A modern, maintained replacement for ls -v0.16.3 [+git] (pre-release debug build!) +v0.17.0 [+git] (pre-release debug build!) https://github.com/eza-community/eza