From 0de6d7ae4c6e87d1af2ad87b703b7459e41df90f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 15 Oct 2015 00:48:00 +0200 Subject: [PATCH] t0005: Remove pointless assignment to regex, This assignment at the end of the script has no effect. --- t/t0005-man.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5