aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-11-15 08:52:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-11-15 08:52:02 +0200
commit82a4e4b019194d60080c1b9f34de841485f3b9e3 (patch)
tree17f95226a11d0c4b010bb8f78670c73c931cbafa
parentef8c876c77fe7d3d2a509ea235629b62553dd82e (diff)
downloadgrecs-82a4e4b019194d60080c1b9f34de841485f3b9e3.tar.gz
grecs-82a4e4b019194d60080c1b9f34de841485f3b9e3.tar.bz2
Fix a wordsplit testcase.
* tests/wordsplit.at (append + dooffs + env): Disable environment.
-rw-r--r--tests/wordsplit.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wordsplit.at b/tests/wordsplit.at
index d4328e3..75dde85 100644
--- a/tests/wordsplit.at
+++ b/tests/wordsplit.at
@@ -935,13 +935,13 @@ TESTWSP([append],[],[-- extra arguments follow],
4: arguments
5: follow
TOTAL: 3
])
TESTWSP([append + dooffs + env],[],
-[dooffs 2 preface words V=2 -- extra arguments follow],
+[-env dooffs 2 preface words V=2 -- extra arguments follow],
[some words and var=$V],
[NF: 7 (2)
(0): preface
(1): words
2: some
3: words

Return to:

Send suggestions and report system problems to the System administrator.