mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-23 23:45:20 +00:00
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:
parent
2b551445ff
commit
794af7bcd0
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Usage: $0 [--ccache] [make options]
|
# Usage: $0 [--ccache] [make options]
|
||||||
#
|
#
|
||||||
# Test various compilation options:
|
# Test various compilation options:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Test all supported hash algorithms on all backends on the sample test vectors
|
# Test all supported hash algorithms on all backends on the sample test vectors
|
||||||
# This requires all crypto backends available for full coverage.
|
# This requires all crypto backends available for full coverage.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Look for some frequent error message templates in test logs
|
# Look for some frequent error message templates in test logs
|
||||||
#
|
#
|
||||||
# Usage: $0 [test-log.txt]
|
# Usage: $0 [test-log.txt]
|
||||||
|
Loading…
Reference in New Issue
Block a user