aboutsummaryrefslogtreecommitdiffstats
path: root/run-fstests/qemu-xfstests.sh.in
blob: 9329f4566324485ff4330cafcfad794569005d90 (plain)
1
2
3
4
5
6
7
#!/bin/sh

DIR=@DIR@

KVM_XFSTESTS_DIR=$DIR/run-fstests
export KVM_XFSTESTS_DIR
exec $KVM_XFSTESTS_DIR/kvm-xfstests "$@"