From: Joel Rosdahl Date: Thu, 3 Nov 2022 20:06:46 +0000 (+0100) Subject: test: Remove left-over fi statement X-Git-Tag: v4.7.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45847a2b9b91ae8e29c1c9d70c6798c0700a1ed7;p=thirdparty%2Fccache.git test: Remove left-over fi statement --- diff --git a/test/suites/profiling_gcc.bash b/test/suites/profiling_gcc.bash index 6552f00eb..f83aeaf1a 100644 --- a/test/suites/profiling_gcc.bash +++ b/test/suites/profiling_gcc.bash @@ -163,5 +163,4 @@ SUITE_profiling_gcc() { expect_stat direct_cache_hit 4 expect_stat cache_miss 3 fi -fi }