summaryrefslogtreecommitdiffstats
path: root/tests/force_first
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-10-03 00:12:27 +0200
committerpgen <p.gen.progs@gmail.com>2019-10-05 18:27:26 +0200
commit0f41afe27e8009efcd31597f8828df6ae9ac75e0 (patch)
tree01ad1997033027c1638d1f106d77fd7bc39a967b /tests/force_first
parent24037bdfe6aaf3ba6fa3453869466b6fd7b2579d (diff)
Add long options in the manual + work on contexts
Diffstat (limited to 'tests/force_first')
-rw-r--r--tests/force_first/t0001.good2
-rw-r--r--tests/force_first/t0001.tst2
-rw-r--r--tests/force_first/t0002.good2
-rw-r--r--tests/force_first/t0002.tst2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/force_first/t0001.good b/tests/force_first/t0001.good
index 3f293db..0b7e90a 100644
--- a/tests/force_first/t0001.good
+++ b/tests/force_first/t0001.good
@@ -1,4 +1,4 @@
-$ OUT=$(smenu -A X -c t0001.in)
+$ OUT=$(smenu -c -A X t0001.in)
a b c d
diff --git a/tests/force_first/t0001.tst b/tests/force_first/t0001.tst
index 0a9a182..84136d7 100644
--- a/tests/force_first/t0001.tst
+++ b/tests/force_first/t0001.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -A X -c t0001.in)
+\S[150]\s[10]OUT=$(smenu -c -A X t0001.in)
\S[150]\s[150]llj\r
\S[150]\s[10]echo ":$\s[10]OUT:"
exit 0
diff --git a/tests/force_first/t0002.good b/tests/force_first/t0002.good
index 4db1d54..eeba582 100644
--- a/tests/force_first/t0002.good
+++ b/tests/force_first/t0002.good
@@ -1,4 +1,4 @@
-$ OUT=$(smenu -A 'X|Y' -c t0002.in)
+$ OUT=$(smenu -c -A 'X|Y' t0002.in)
X a b c d
diff --git a/tests/force_first/t0002.tst b/tests/force_first/t0002.tst
index 0cd926c..a446052 100644
--- a/tests/force_first/t0002.tst
+++ b/tests/force_first/t0002.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -A 'X|Y' -c t0002.in)
+\S[150]\s[10]OUT=$(smenu -c -A 'X|Y' t0002.in)
\S[150]\s[150]llj\r
\S[150]\s[10]echo ":$\s[10]OUT:"
exit 0