]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
t0005: Remove pointless assignment to regex,
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 14 Oct 2015 22:48:00 +0000 (00:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 13 Dec 2015 10:30:27 +0000 (11:30 +0100)
This assignment at the end of the script has no effect.

t/t0005-man.sh

index 7a627aad34784eab0a9fd15de5ff2883b48235fd..0e32193b7c0b09a5c7320fb2a31367a49b3c2537 100755 (executable)
@@ -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