|
|
@@ -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" }
|