1#!/bin/sh
2cd `dirname $0`
3cd ..
4./runltp -f ${PWD}/runtest/syscalls -q "$@"
5