From 6711e701585c162646da9e434908db06f31bf2af Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 23 Jan 2018 20:18:54 +1100 Subject: [PATCH] ctdb-tests: Fix a typo This typo causes the script to be run with the default shell. If this is not bash then the shell will fail to parse integration.bash. This is a regression caused by commit c607989d91b64d837253aae794b1a3d6013eb3e0. Clearly nobody has run this test on Debian for a long time. :-( Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Autobuild-User(master): Amitay Isaacs Autobuild-Date(master): Wed Jan 24 10:28:52 CET 2018 on sn-devel-144 (cherry picked from commit 8b82d10856160d3b3f172bf7d45ac561002dbcac) --- ctdb/tests/simple/14_ctdb_statistics.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ctdb/tests/simple/14_ctdb_statistics.sh b/ctdb/tests/simple/14_ctdb_statistics.sh index 3dd55e05cd3..5ff22d7f64c 100755 --- a/ctdb/tests/simple/14_ctdb_statistics.sh +++ b/ctdb/tests/simple/14_ctdb_statistics.sh @@ -1,4 +1,3 @@ - #!/bin/bash test_info()