blob: 49399ebc32ae0bbf5c7a4517a4743d78c8a6904b (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/env bash
. "`dirname $0`/test-rgw-common.sh"
. "`dirname $0`/test-rgw-meta-sync.sh"
# Do not use eval here. We have eval in test-rgw-common.sh:x(), so adding
# one here creates a double-eval situation. Passing arguments with spaces
# becomes impossible when double-eval strips escaping and quotes.
$@
|