mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-06 12:27:56 +00:00
7 lines
61 B
Bash
7 lines
61 B
Bash
#!/bin/bash
|
|
|
|
TESTS=1
|
|
|
|
TEST_NAME="fuzz 49"
|
|
is $(fuzz 49) "50"
|