summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-03-30 00:12:31 +0200
committerpgen <p.gen.progs@gmail.com>2023-03-30 00:29:48 +0200
commita984a52cbfb671916aef3f254a7fa184557a70bf (patch)
tree8c0a8a54f70989deff9b67423f6698b50fc48f23 /tests
parent0afbb94750055656b38326201bd8cf419bd2eeb6 (diff)
Adjust the initial_selection/t0006.tst test
The existence of the new -sb option requires the addition of a space in this test so that it uses the -s option instead.
Diffstat (limited to 'tests')
-rw-r--r--tests/initial_selection/t0006.good2
-rw-r--r--tests/initial_selection/t0006.tst2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/initial_selection/t0006.good b/tests/initial_selection/t0006.good
index e21a1e5..c0f6129 100644
--- a/tests/initial_selection/t0006.good
+++ b/tests/initial_selection/t0006.good
@@ -1,4 +1,4 @@
-$ OUT=$(smenu -sbb t0006.in)
+$ OUT=$(smenu -s bb t0006.in)
aab abb aa ab ba bb aba bab aaa
17:07 18:07
diff --git a/tests/initial_selection/t0006.tst b/tests/initial_selection/t0006.tst
index 429e754..bd7baef 100644
--- a/tests/initial_selection/t0006.tst
+++ b/tests/initial_selection/t0006.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -sbb t0006.in)
+\S[150]\s[10]OUT=$(smenu -s bb t0006.in)
\S[150]\s[50]\r
\S[150]\s[10]echo ":$\s[10]OUT:"
exit 0