summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to '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.) ;;