Răsfoiți Sursa

Fix a typo in test descriptions

ariasuni 4 ani în urmă
părinte
comite
050931e48f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      xtests/grid-details-view.toml

+ 2 - 2
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" }