]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Avoid &> redirection bashism in testsuite
authorAndreas Metzler <ametzler@bebt.de>
Sun, 31 Jul 2022 08:28:15 +0000 (10:28 +0200)
committerAndreas Metzler <ametzler@bebt.de>
Sat, 6 Aug 2022 11:38:52 +0000 (13:38 +0200)
Broken by 7b700dbcd5907944a7dd2f74cd26ad8586cd4bac

Signed-off-by: Andreas Metzler <ametzler@bebt.de>
tests/ktls.sh

index ba52bd577521af103e4627c02025fff5ef6b8869..cace3286dceda24964660ae9389b8772cb046057 100755 (executable)
@@ -24,7 +24,7 @@
 
 . "$srcdir/scripts/common.sh"
 
-if ! grep '^tls ' /proc/modules 2>1 >& /dev/null; then
+if ! grep '^tls ' /proc/modules 2>&1 /dev/null; then
     exit 77
 fi