aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-06 08:26:23 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-06 08:26:23 +0300
commitd713f4ed5193143bc16c40c2fd5096628082c047 (patch)
tree19a8b997796b0c3604277418b65656cbd8c4a5d3 /tests
parentb220b5a367469c571358c34ea0df813522e99485 (diff)
downloadpies-d713f4ed5193143bc16c40c2fd5096628082c047.tar.gz
pies-d713f4ed5193143bc16c40c2fd5096628082c047.tar.bz2
Change syntax of the env.clear statement.
It no longer requires an argument. The correct syntax is env { clear; }
Diffstat (limited to 'tests')
-rw-r--r--tests/env.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/env.at b/tests/env.at
index 430bf10..1c595de 100644
--- a/tests/env.at
+++ b/tests/env.at
@@ -38,3 +38,3 @@ AT_BANNER([Environment statement])
-ENVTEST([clear],[clear],[clear yes;],[])
+ENVTEST([clear],[clear],[clear;],[])

Return to:

Send suggestions and report system problems to the System administrator.