From: Andre Noll <maan@tuebingen.mpg.de>
Date: Wed, 14 Oct 2015 22:48:00 +0000 (+0200)
Subject: t0005: Remove pointless assignment to regex,
X-Git-Tag: v0.5.6~87
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=0de6d7ae4c6e87d1af2ad87b703b7459e41df90f;p=paraslash.git

t0005: Remove pointless assignment to regex,

This assignment at the end of the script has no effect.
---

diff --git a/t/t0005-man.sh b/t/t0005-man.sh
index 7a627aad..0e32193b 100755
--- a/t/t0005-man.sh
+++ b/t/t0005-man.sh
@@ -60,5 +60,4 @@ fi
 # para_play is always built
 regex='LIST OF COMMANDS.\{100,\}'
 test_expect_success 'para_play: play commands' "grep_man '$regex' play"
-regex="$rfw_regex"
 test_done