btrfs-progs: tests: use /bin/bash in the main scripts

Test scripts under tests/ should all use /bin/bash for consistency.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2025-02-14 01:30:39 +01:00
parent 2b551445ff
commit 794af7bcd0
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Usage: $0 [--ccache] [make options]
#
# Test various compilation options:

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Test all supported hash algorithms on all backends on the sample test vectors
# This requires all crypto backends available for full coverage.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Look for some frequent error message templates in test logs
#
# Usage: $0 [test-log.txt]