summaryrefslogtreecommitdiff
path: root/tests/enumerate-tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-16 16:01:17 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-16 16:01:17 +0100
commitc1d86718fc6af23c498b936ef0fa888a7bc24172 (patch)
treee6742a8699e4fe0c63db4621721c05e5a11e5d55 /tests/enumerate-tests
parenta285c3ffcd68d45f55a9f21e6fd4393aa3962329 (diff)
Test suite: in enumerate-tests, massage multi-line whynot
Diffstat (limited to 'tests/enumerate-tests')
-rwxr-xr-xtests/enumerate-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/enumerate-tests b/tests/enumerate-tests
index 912ee4f..2c00f97 100755
--- a/tests/enumerate-tests
+++ b/tests/enumerate-tests
@@ -15,6 +15,8 @@ restriction- () {
set +e
whynot=$(t-restriction-$r)
rc=$?
+ whynot="${whynot//
+/ / }"
set -e
case "$rc.$whynot" in
0.) ;;