mirror of
https://github.com/ceph/ceph
synced 2024-12-12 06:28:31 +00:00
15e3c9a4e4
Signed-off-by: Sage Weil <sage@inktank.com>
8 lines
78 B
Bash
Executable File
8 lines
78 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
mydir=`dirname $0`
|
|
$mydir/test_o_trunc trunc.foo 600
|
|
|
|
echo OK
|
|
|