blob: 6e32786ea95701c0d6e25fcbe58a381ac31ffccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh -x
set -e
# To skirt around GPL compatibility issues:
wget http://download.ceph.com/qa/fsync-tester.c
gcc -D_GNU_SOURCE fsync-tester.c -o fsync-tester
./fsync-tester
echo $PATH
whereis lsof
lsof
|