From 050931e48fefacf57badfaeda9aecc98685c6787 Mon Sep 17 00:00:00 2001 From: ariasuni Date: Fri, 9 Apr 2021 16:29:31 +0200 Subject: [PATCH] Fix a typo in test descriptions --- xtests/grid-details-view.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtests/grid-details-view.toml b/xtests/grid-details-view.toml index a76ba15..7289956 100644 --- a/xtests/grid-details-view.toml +++ b/xtests/grid-details-view.toml @@ -81,7 +81,7 @@ tags = [ 'env', 'long', 'grid' ] # check if exa is using the minimum number of columns with headers [[cmd]] -name = "‘COLUMN=200 exa -lGh’ with one file don’t produce extra columns even if there place for more" +name = "‘COLUMNS=200 exa -lGh’ with one file don’t produce extra columns even if there place for more" shell = "exa -lGh /testcases/files/10_bytes" environment = { COLUMNS = "200" } stdout = { file = "outputs/files_paths_long_grid_header_1file.ansitxt" } @@ -90,7 +90,7 @@ status = 0 tags = [ 'env', 'long', 'grid' ] [[cmd]] -name = "‘COLUMN=200 exa -lGh’ with several files don’t produce extra columns even if there place for more" +name = "‘COLUMNS=200 exa -lGh’ with several files don’t produce extra columns even if there place for more" shell = "exa -lGh /testcases/files/10_{bytes,KiB}" environment = { COLUMNS = "200" } stdout = { file = "outputs/files_paths_long_grid_header_2files.ansitxt" }